Skip to content

Commit

Permalink
[docs] the new <<< feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed Mar 3, 2025
1 parent d95a605 commit c4c036b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tidy-guide.typ
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ In both versions, you can insert _hidden_ code lines starting with `>>>` anywher
````
This is useful for many scenarios like import statements, wrapping everything inside a container of a fixed size and other things.
Conversely, lines starting with `<<<` will only be shown but not executed.
#pagebreak()
As an alternative, the function `example()` provides some bells and whistles which are showcased with the following `example-demo.typ` module which contains a function for highlighting text with gradients #footnote[which seems not very advisable due to the poor readability.]:
Expand Down

0 comments on commit c4c036b

Please sign in to comment.