PyPI seems to only support reStructuredText. However, I would much rather stick to GFM for now. Figure out how to convert GFM to HTML for publication (probably the marked CLI).
Unfortunately, PyPI is very finnicky and pandoc didn't fully properly convert Markdown to reStructuredText. As a result, we moved all .md files to .rst in 0.2.3.
PyPI seems to only support
reStructuredText
. However, I would much rather stick to GFM for now. Figure out how to convertGFM
to HTML for publication (probably themarked
CLI).