[help] introduce API to parse and render Markdown

This commit is contained in:
Martin Fischer 2022-01-31 16:16:06 +01:00
parent 532680be67
commit 33ad043218
4 changed files with 23 additions and 15 deletions

View file

@ -8,5 +8,6 @@
</li>
{% endfor %}
</ul>
<h1>{{page.title}}</h1>
{{ page.content | safe }}
{% endblock %}

View file

@ -8,5 +8,6 @@
</li>
{% endfor %}
</ul>
<h1>{{page.title}}</h1>
{{ page.content | safe }}
{% endblock %}