Parent: [93437c] (diff)

Child: [ddf08c] (diff)

Download this file

markdown_syntax.html    9 lines (6 with data), 247 Bytes

1
2
3
4
5
6
7
8
9
{% extends g.theme.master %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Markdown Syntax{% endblock %}
{% block header %}Markdown Syntax{% endblock %}
{% block content %}
{{lib.markdown_syntax()}}
{% endblock %}