mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-08 14:11:53 -07:00
Updated docs
This commit is contained in:
@@ -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
|
||||
---------------------
|
||||
|
||||
|
||||
@@ -740,6 +740,7 @@ def hello_world():
|
||||
```
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>You can use <code class="docutils literal notranslate"><span class="pre">rawmu</span></code> code blocks to render raw Micron inside Markdown files. If you create a code block with the language hint <code class="docutils literal notranslate"><span class="pre">rawmu</span></code>, everything inside it will be treated as Micron directly.</p>
|
||||
</section>
|
||||
<section id="customizing-templates">
|
||||
<h3>Customizing Templates<a class="headerlink" href="#customizing-templates" title="Link to this heading">¶</a></h3>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -559,6 +559,8 @@ def hello_world():
|
||||
```
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
The page node uses a template system that allows complete customization of the generated pages. Templates are stored in the `~/.rngit/templates/` directory as Micron files.
|
||||
|
||||
@@ -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
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user