nicojensen.de/vendor/bundle/gems/kramdown-1.17.0/test/testcases_gfm/strikethrough.text

28 lines
443 B
Text
Raw Normal View History

2019-03-12 13:49:49 +01:00
~~This is a test~~
~~~This is another test~~~
~~This is yet another test~~~
~~ This is a test of it NOT working ~~
~~
This
is
a
**multiline**
test
~~
This is an ~~_inline_ **strikethrough**~~ test
This is an \~~escaped~~ strikethrough.
This is a ~~strikethrough with a ~ in the middle~~
I ~~don't even~~~ have an extra tilde.
This should ~~not be struck.
This ~~is a complex *strike* through *test ~~with nesting~~ involved* here~~.