// This is a slightly modified (replaced example strikethrough by example) of the // table section from GitHub's spec.txt ## Strikethrough (extension) GFM enables the `strikethrough` extension, where an additional emphasis type is available. Strikethrough text is any text wrapped in two tildes (`~`). ```````````````````````````````` example ~~Hi~~ Hello, world! .
Hi Hello, world!
This ~~has a
new paragraph~~.
````````````````````````````````