Is there a way to incorporate a styled string as generated by printstyled
in a an example doc string?
In Julia main, you can use StyledStrings
formatting in styled
-lang markdown code blocks, e.g.
blah blah main text
```styled
{inverse:this is some {emphasis:inverse} text}
```
Nice, but that's not exactly what I mean. I mean, for example, if I have a custom show method that prints styled strings. Is there a way to:
Last updated: Nov 06 2024 at 04:40 UTC