markdown
This commit is contained in:
parent
17702cd6f1
commit
7bee6acbf0
|
@ -1,6 +1,16 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>
|
||||
Summary supports Markdown. You can find help here:
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="https://www.markdownguide.org/basic-syntax/">Markdown Guide</a></li>
|
||||
<li><a href="https://www.markdownguide.org/cheat-sheet/">Markdown Cheat Sheet</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
|
|
Loading…
Reference in New Issue