From c4c036bb17b19156e206ee491c743a066b626d06 Mon Sep 17 00:00:00 2001 From: Mc-Zen <52877387+Mc-Zen@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:56:23 +0100 Subject: [PATCH] [docs] the new `<<<` feature --- docs/tidy-guide.typ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tidy-guide.typ b/docs/tidy-guide.typ index c623d42..d397bd9 100644 --- a/docs/tidy-guide.typ +++ b/docs/tidy-guide.typ @@ -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.]: