{% extends "pages/wiki/base.html" %} {% block title -%} Wiki Editor {%- endblock title %} {% block content %} {% from 'macros/render_form.html' import submitcancel_render_form %}
This editor is markdown featured.
* I * am * a * list
**bold** and *italics* turn into bold and italics. Very easy!
**bold** and *italics*
Create links with [GitHub](https://www.github.com). They turn into GitHub.
[GitHub](https://www.github.com)
Headers are as follows:
# Level 1 ## Level 2 ### Level 3