jupyter-book / myst-spec

MyST is designed to create publication-quality, computational documents written entirely in Markdown.
https://mystmd.org/spec
MIT License
14 stars 6 forks source link

Add strikethrough / deleted node type #22

Open fwkoch opened 2 years ago

fwkoch commented 2 years ago

This should be a simple text styling node like strong, underline, etc.

see - https://github.com/syntax-tree/mdast#delete https://github.com/syntax-tree/mdast-util-gfm-strikethrough

chrisjsewell commented 2 years ago

Yeh I added it recently in myst-parser: https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#strikethrough Although it's a bit annoying that docutils doesn't have a "native" node for it