Hacker News new | ask | show | jobs
by agj 3949 days ago
Sphinx, or rather Docutils, does eat Markdown now: https://github.com/rtfd/recommonmark

There is no access to Sphinx's directives/extensions, as it implements Commonmark support, which doesn't yet offer an extension syntax as part of the spec. Once it does, writing in Markdown will me more useful, but currently it's limited to basic markup and naive linking.