trentm / django-markdown-deux

A django app that provides Markdown-related template tags using the python-markdown2 library.
Other
288 stars 62 forks source link

Corrects the HTML #12

Closed mlissner closed 1 year ago

mlissner commented 9 years ago

You have <h2>some text</h3>.

xrmx commented 1 year ago

Good catch, thanks!