Chris Sewell
Chris Sewell
or use tabs 😄
Note https://github.com/executablebooks/rst-to-myst is now available that can convert (nearly) any RST to MyST Markdown. So that is in essence the authoritative source for conversions, and should be able to be...
It's not valid common mark so there is no way to support it, unless you can find a way in http://markdown-it.github.io/
Cheers, it's unfortunate, but not much I can go in this matter, unless there is a common mark compliant solution I'm missing
Heya, I can't reproduce this issue, and myst-parser 0.18.0 does have a module `myst_parser.docutils_` : https://github.com/executablebooks/MyST-Parser/blob/v0.18.0/myst_parser/docutils_.py, from which you can import `Parser` Can you perhaps provide more detail, about your...
Oh awesome great work, the pre-commit was exactly what I had in mind! > I also don't have any problem with upstreaming the renderer class as is, if someone sees...
Its funny because I've literally just written a pre-commit hook today: https://github.com/executablebooks/scss-compile
Yep `mdformat` as a whole 👍 `mdformat._renderer` integrates in nicely with that package, so I don't see it being that beneficial to split them apart. Also I would rather `mardown-it-py`...
> so thought this would be very off topic No nothing's off-topic lol, the intent was mainly just a TODO item for myself not to forget! > I'm thinking transferring...
thanks 🙏 Before closing this issue I should - [ ] add a renderer plugin section in the documentation soon; linking to myst-parser and mdformat - [ ] think about...