[Django]-Parsing restructured text in django (and python)

4👍

Here is a blog describing howto make a custom rst writer and call it from Django. I think it should give you a good start http://www.arnebrodowski.de/blog/write-your-own-restructuredtext-writer.html

1👍

Pygments has a ReST lexer that you could examine (or possibly even use directly).

Leave a comment