flexmark-java extension for strikethrough 0.64.8 API
Extension for GFM strike-through using ~~ (GitHub Flavored Markdown)
Converts:
~~strike-through text~~to<del>strike-through text</del>:strike-through text~subscript text~to<sub>subscript text</sub>: subscript text
| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.gfm.strikethrough |