See: Description
| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.gfm.strikethrough | |
| com.vladsch.flexmark.ext.gfm.strikethrough.internal |
Extension for GFM strike-through using ~~ (GitHub Flavored Markdown)
Converts:
~~strike-through text~~ to <del>strike-through text</del>: ~subscript text~ to <sub>subscript text</sub>: subscript textCopyright © 2020. All rights reserved.