showdown, markdown meta data

This commit is contained in:
Matthew Scragg 2013-10-07 16:52:12 -05:00
parent 86e0c06805
commit a03299773e
12 changed files with 3946 additions and 27 deletions

View file

@ -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 %}