Chris Sewell
Chris Sewell
> Captions could start with `:[` to clearly distinguish them from definition list, spans and links Sounds good 👍 > I don't think caption syntax should be attached to the...
> captions are a bit like single-item definition list @matklad what if you want caption for multiple items? In particular, I'm thinking how you can create subfigures in LaTeX, which...
Note something somewhat adjacent to this is admonitions with titles: https://talk.commonmark.org/t/feature-request-admonitions-in-commonmark/3619, such as in https://squidfunk.github.io/mkdocs-material/reference/admonitions/#changing-the-title: ``` !!! note "Phasellus posuere in sem ut cursus" Lorem ipsum dolor sit amet, consectetur...
FYI as the maintainer of markdown-it-py, I approve 😄 was wondering why there was a sudden spike in pypi downloads 😆 Love rich, keep up the good work!
the `strikethrough` extension has now been available for a while: https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#strikethrough
Closing as now explained in https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html#commonmark-link-format i.e. you just need to wrap in `` like `[]()`
Heya, is there a reason that you cannot just type emojis directly into the text? I have done this plenty in https://myst-parser.readthedocs.io/en/latest/ without issue
> using the [shortcode format of gitmoji](https://gitmoji.dev/specification) in commit messages. but again, this page has a section on "Shortcode vs Unicode", and there is a lot more cons for using...
FYI, essentially the pathway to allowing this in myst-parser, would be to create a plugin in https://github.com/executablebooks/mdit-py-plugins, to essentially port https://github.com/markdown-it/markdown-it-emoji. PRs welcome Then we can add it in the...
Me neither, so possibly just from an old version