mdit-py-plugins icon indicating copy to clipboard operation
mdit-py-plugins copied to clipboard

Add more official plugins

Open chrisjsewell opened this issue 5 years ago • 4 comments

  • [x] https://github.com/markdown-it/markdown-it-container: could be used for https://github.com/executablebooks/MyST-Parser/issues/154
  • [x] https://github.com/markdown-it/markdown-it-deflist: https://github.com/executablebooks/MyST-Parser/issues/153
  • [ ] https://github.com/markdown-it/markdown-it-abbr: could be used for substitutions https://github.com/executablebooks/MyST-Parser/issues/172?
  • [ ] https://github.com/markdown-it/markdown-it-sub: e.g. H~2~0
  • [ ] https://github.com/markdown-it/markdown-it-sup: e.g. 29^th^

(and integrate with myst-parser) (also amsmath is still to be integrated, see https://github.com/executablebooks/MyST-NB/issues/126#issuecomment-622935821)

chrisjsewell avatar Jul 20 '20 17:07 chrisjsewell

@miteshashar ported abbr, sub, sup and other plugins for our app that uses Markdown-It-Py. Code here: https://github.com/hasgeek/funnel/tree/main/funnel/utils/markdown/mdit_plugins. We worked independently as we had a timeline to finish in, but we'll happy to contribute them here.

jace avatar Mar 01 '24 08:03 jace

I will be happy to be involved, as necessary.

miteshashar avatar Mar 01 '24 09:03 miteshashar

That would be great thanks

chrisjsewell avatar Mar 01 '24 09:03 chrisjsewell

@chrisjsewell I saw your response now – a little too long. I can work on this over the coming few weeks.

miteshashar avatar Apr 16 '24 10:04 miteshashar