Chris Sewell
Chris Sewell
If you would like to see this feature implemented leave a 👍 reaction on the comment above (see https://executablebooks.org/en/latest/feature-vote/)
Thanks @mlncn some review comments above, also you may want to look at https://myst-parser.readthedocs.io/en/latest/develop/contributing.html#code-style, to ensure that the pre-commit check pass before commiting
Yeh I wouldn't be adverse to that
Well I certainly won't stop you 😄
Heya, its not just that it ends with a heading, its because the heading is directly followed by the footnotes that by default are preceded by a transition (i.e. a...
It would be difficult to exactly check for this scenario during parsing (and IMO you shouldn't really be using a headings for footnotes 😬), so I think just noting this...
Thanks for the feedback 👍
hey @elespike yeh looking good thanks. I would probably say that it would be a separate repository, to keep this just the core code, and would "advertise" it in the...
Awesome cheers @elespike, no there's not yet but indeed want to add one now as got mdit_plain (MD -> Plain), mdformat (MD -> MD), and myst-parser (MD -> Docutils/Sphinx). Feel...
Heya, so the potential problem here is in the "balance" between CommonMark compliance and docutils/sphinx compliance: Currently, for `test.txt` ``` - a - b ``` If you run `rst2pseudoxml.py test.rst`...