{% if mode == "NewThread" %}
{% elif mode == "PostReply" %} {% elif mode == "EditPost" %} {% endif %} {% if mode == "PostReply" %} {% elif mode == "EditPost" %} {% endif %}
{%- for alert in alerts %} {{ alert }}  {% endfor -%} {% if mode == "NewThread" %}
{% endif %}
Quick Markdown primer:

Remember that you can use Markdown when writing your posts:

*italic text*

**bold text**

~strikethrough text~

[link text](https://some.link.com/)

![image text](https://foo.com/thing.jpg)

Use * or - to enumerate lists.

See Markdown documentation for more information!