Expand description
Documentation text transformations.
Converts $ ‐prefixed console code blocks into Zola {% terminal() %}
shortcodes. Used by both the --help-page generator (CLI source → web docs)
and the doc sync test (hand-written docs → web docs).
Functions§
- convert_
dollar_ console_ to_ terminal - Convert
$‐prefixed console blocks into{% terminal() %}shortcodes.