Add a markdown cheatsheet link
This commit is contained in:
parent
83822dc930
commit
79a284fb85
1 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,8 @@
|
||||||
<input type="submit" value="Save & preview" name="_preview">
|
<input type="submit" value="Save & preview" name="_preview">
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% 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 %}
|
||||||
|
|
Reference in a new issue