Updated docs

This commit is contained in:
Mark Qvist
2026-05-17 17:24:44 +02:00
parent 66096acc29
commit 340d0883a7
5 changed files with 8 additions and 1 deletions
+2
View File
@@ -595,6 +595,8 @@ Code blocks in Markdown can include language hints for syntax highlighting:
print("Hello, Reticulum!")
```
You can use ``rawmu`` code blocks to render raw Micron inside Markdown files. If you create a code block with the language hint ``rawmu``, everything inside it will be treated as Micron directly.
Customizing Templates
---------------------