Tavin Cole
Tavin Cole
Here's an idea about where to configure syntax extensions: ``` _config.yml --- parse: myst_enable_extensions: ``` Maybe for this to work out, a user should somehow actively mark a directory as...
@agoose77 @rowanc1 I have a partial solution for this in #115. Through a labextension "token" I expose a simple interface that encapsulates the options object which is passed to the...
@rowanc1 this is a fully working labextension which modifies the myst parser options: https://github.com/tavin/myst-options-poc/tree/main/src
In jupyter book (well really docutils I guess) you can use a directive to define a custom role. I wonder if that could be supported and also maybe a simple...
#115 needs to be partially reworked now that #102 has been merged. Perhaps @rowanc1 or @agoose77 can weigh in on whether it's worth spending time on this? It would make...