mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[help] introduce API to parse and render Markdown
This commit is contained in:
parent
532680be67
commit
33ad043218
4 changed files with 23 additions and 15 deletions
|
|
@ -8,5 +8,6 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h1>{{page.title}}</h1>
|
||||
{{ page.content | safe }}
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h1>{{page.title}}</h1>
|
||||
{{ page.content | safe }}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue