Add underline command in markdown
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
<br/><br/>
|
||||
{% endautoescape %}
|
||||
{% endif %}
|
||||
<form action="/blog/search/{{ blog.id }}" method="post">
|
||||
{% csrf_token %}
|
||||
<input name="text"/><input type="submit" name="search" value="Search" />
|
||||
</form>
|
||||
{% if posts|length == 0 %}
|
||||
<br/><br/>
|
||||
<b>Any post available</b><br/><br/>
|
||||
|
||||
Reference in New Issue
Block a user