showdown, markdown meta data
This commit is contained in:
parent
86e0c06805
commit
a03299773e
12 changed files with 3946 additions and 27 deletions
|
@ -16,7 +16,7 @@
|
|||
{% block js %}
|
||||
<script>
|
||||
$(function(){
|
||||
$("#page-content").html(converter({{ page.data|tojson|safe }})).show();
|
||||
$("#page-content").html(MDR.convert({{ page.data|tojson|safe }})).show();
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue