File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 8
8
The ` StyledStrings ` package builds on top of the ` AnnotatedString ` type to
9
9
provide a full-fledged textual styling system, suitable for terminal and
10
10
graphical displays.
11
+
12
+ This is primarily intended for package authors, who may think of this as
13
+ ` printstyled ` on a (rather potent) steroids 😉. To get a better sense of what
14
+ this means in practice, start with the [ examples
15
+ page] ( https://julialang.github.io/StyledStrings.jl/dev/examples/ ) of the
16
+ documentation and look for how other packages use ` StyledStrings ` in the Julia
17
+ ecosystem.
18
+
19
+ This is a standard library as of Julia 1.11. A version compatible with Julia 1.0
20
+ through to 1.10 has also been registered in General — allowing ` StyledStrings `
21
+ to be used anywhere without compromising compatibility.
You can’t perform that action at this time.
0 commit comments