docs/layouts/_default/_markup
David Karlsson f7bbe06d27 feat: special rendering for codeblock variables
This change adds special rendering for variables in codeblocks.
Variables (placeholder values in examples subject to change)
can be denoted using the following syntax:

    <VARIABLE_NAME>

Using this format will render the variable in a special color, and
without the angle brackets, akin to:

    \033[95mVARIABLE_NAME\033[39m

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-13 20:17:16 +02:00
..
render-codeblock-mermaid.html migrate to hugo 2023-08-22 09:41:02 +02:00
render-codeblock.html feat: special rendering for codeblock variables 2023-10-13 20:17:16 +02:00
render-heading.html hugo: fix html escape for headings 2023-08-22 11:27:27 +02:00
render-image.html feat: add image border as query param 2023-10-02 13:08:40 +02:00
render-link.html fix: use links with leading slash as-is 2023-09-29 21:06:55 +02:00