added ace editor support

This commit is contained in:
Matthew Scragg 2013-09-30 23:10:10 -05:00
parent 10b74fbc4f
commit 86cb2d7c13
282 changed files with 3601 additions and 47 deletions

View file

@ -1,6 +1,6 @@
{% extends 'layout.html' %}
{% block body %}
{{ page.data }}
<div class="markdown">{{- page.data|safe -}}</div>
{% endblock %}