Chris Sewell
Chris Sewell
Although not specifically addressed, #273 provides a close solution to this, for example: in conf.py ``` myst_substitutions = { "prolog": """ """ } ``` then in each file you would...
> but can substitutions like {{ prolog }} be used in template files (like _templates/layout.html)? Heya, no not directly, since they have completely different "contexts", i.e. the dictionary that maps...
Similarly to my response in #533, there is compliance with sphinx/docutils but not quite with CommonMark: ``` === === foo bar === === baz bim === === ``` generates ```console...
again here, one could add `hidden=True` to the `paragraph` nodes, but then it is how to have this respected by docutils/sphinx
Heya, could you briefly outline what the changes in v2 are and how it might affect parsing?
Cheers for the notification @AA-Turner !
Cheers for the feedback, here and in https://github.com/executablebooks/mdformat/pull/149#issuecomment-805238517 > duplicate a significant portion of Sphinx docs but write them with MyST in mind This is already discussed in https://github.com/executablebooks/MyST-Parser/issues/267 and...
Note, that I added this section to the docs not long ago: https://myst-parser.readthedocs.io/en/latest/syntax/roles-and-directives.html#toc-trees It just contains some auto-generated stuff at the moment, but feel free to drop a PR adding...
Cheers @cpitclaudel, I will have a look probably Monday now