Chris Sewell
Chris Sewell
Note by "hidden", I am referring to the `debug` tab in markdown-it, e.g. ```json { "type": "paragraph_open", "tag": "p", "attrs": null, "map": [ 0, 1 ], "nesting": 1, "level": 2,...
A possible thing, for here and #534, is to indeed add `hidden=True` to the `paragraph`, then have a configuration option for removing these nodes, BUT with no guarantee that this...
yep I guess so, and more or less #361
although with #215 it is more than just leaving it as an external link, but turning it into a download link. the focus though is: more configurable handling of the...
> recommonmark provided a url_resolver feature, where one could provide a custom handler to pre-process whatever is parsed as the url. errr, it may be possible to do that here....
> For Myst to be a replacement for recommonmark, this functionality is pretty critical though. Well myst has already replaced recommonmark 😉: https://github.com/readthedocs/recommonmark/issues/221 its not out of the question, but...
> What styling/shortcut to use would be up to me. You'll see in my example above, as well as being more inline with how sphinx operates, you can even set...
Yep, and that will change in myst-parser 0.17
Heya, yeh its a bit of pain, because unfortunately docutils/sphinx does not directly support strike-through, e.g. for bold/strong text we can directly convert it to a `nodes.strong(*child_nodes)` AST object, then...
Thanks I'll check it out soonish But yeh I want RTD to build with the develop version of markdown-it-py. This is a known issue, but will be less problematic once...