Closed bartv2 closed 4 years ago
I noticed that https://github.com/syntax-tree/mdast#delete is missing
Output like strong but with ~
I considered writing my own handler, but it is such a basic thing, and it should just be supported by the package.
Thanks for the package BTW, released/created just when i was looking for something like this.
This only supports commonmark out of the box, strike through is a GFM syntax feature. Which can be added through a plugin https://github.com/syntax-tree/mdast-util-gfm-strikethrough
Subject of the feature
I noticed that https://github.com/syntax-tree/mdast#delete is missing
Expected behavior
Output like strong but with ~
Alternatives
I considered writing my own handler, but it is such a basic thing, and it should just be supported by the package.
Thanks for the package BTW, released/created just when i was looking for something like this.