Removed markdown
This commit is contained in:
parent
2cd115c435
commit
d1a44e98f3
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
{% extends 'base.html' %}
|
|
||||||
|
|
||||||
{% block htmltitle %}{% titleMD %}{% endblock %}{% endblock %}
|
|
||||||
|
|
||||||
{% block headercontent %}
|
|
||||||
{% block headerMD %}{% endblock %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content%}
|
|
||||||
<div class="container" id="markdown-container">
|
|
||||||
<pre>
|
|
||||||
{% autoescape off %}
|
|
||||||
{% block contentMD %}{% endblock %}
|
|
||||||
{% endautoescape %}
|
|
||||||
</pre></div>
|
|
||||||
<script type="text/javascript" src="{% static 'js/markdown.js'%}"></script>
|
|
||||||
<script>$('#markdown-container > pre')[0].innerHTML = markdown.toHTML($('#markdown-container > pre')[0].innerHTML); </script>
|
|
||||||
{% endblock %}
|
|
Reference in a new issue