jupyter-book / myst-spec

MyST is designed to create publication-quality, computational documents written entirely in Markdown.

Home Page:https://mystmd.org/spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add strikethrough / deleted node type

fwkoch opened this issue · comments

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

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