Remix.run Logo
jeberle 4 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.

xigoi 4 days ago | parent [-]

> 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...

kazinator 3 days ago | parent [-]

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.