Add a markdown cheatsheet link

This commit is contained in:
Gabriel Augendre 2020-12-27 18:24:36 +01:00
parent 83822dc930
commit 79a284fb85
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -11,3 +11,8 @@
<input type="submit" value="Save & preview" name="_preview">
</div>
{% endblock %}
{% block object-tools-items %}
<li><a href="https://www.markdownguide.org/cheat-sheet/" class="historylink" target="_blank">Markdown cheat sheet</a></li>
{{ block.super }}
{% endblock %}