Chris Sewell

Results 1355 comments of Chris Sewell

Thanks @tomkivlin, but yeh, it would certainly be helpful if you could provide any details for reproducibility, prefereably a minimal working example 😬 For example, do you see the correct...

thanks, that would be much appreciated πŸ™

cheers @webknjaz! Out of the office at the moment πŸŽ„, but will try to have a proper look next week

Sorry, I will eventually get round to addressing this πŸ˜… Its just that slight "extra level of complexity", which I'm sure is necessary, but is stopping it being a complete...

Thanks @PhilipMay, it definitely seems feasible as we are already looking for `--`; in `markdown_it/rules_core/replacements.py` adding something like `ARROW_RE = re.compile(r"(^|\s)-->(?=\s|$)", flags=re.MULTILINE)` This being a port though, this issue perhaps...

> so you mean that I should add it as a plugin at executablebooks/mdit-py-plugins right? yep πŸ‘ > Is there any documentation? There not actually any documentation specifically for creating...

This syntax is already essentially available in https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html#admonition-directives Arbitrary use is not supported though, because they need to map onto a node type in the AST. In pandoc, although you...

Yeh I actually found myself wanting this on https://myst-spec.readthedocs.io/en/latest/spec-cmark.html πŸ˜„ Agree, that it probably makes sense to have this as a separate global config, although maybe `myst_title_is_superordinate_header` is a bit...

the way how roles are currently indentified in https://github.com/executablebooks/mdit-py-plugins/blob/5c0038fd4348cc37548b3ee7891a9f380517f959/mdit_py_plugins/myst_role/index.py#L8, it is expected. but this could be relatively easily changed to allow for new line breaks