Hacker News new | ask | show | jobs
by jeberle 298 days ago
The RST parser is available in only one language, Python. I don't want my content tied to a single language stack, regardless of how good it might be. Markdown parsers exist in any language I care to use.
1 comments

> Markdown parsers exist in any language I care to use.

Except each one actually parses a slightly different language.

https://git.sr.ht/~xigoi/markdown-monster/blob/master/monste...

So for instance, your git repo README.md that looks nice on your self-hosted CGIT site might not look right if someone clones your stuff to GitHub.