diff options
Diffstat (limited to 'vendor/bundle/ruby/3.4.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/strikethrough.html')
| -rw-r--r-- | vendor/bundle/ruby/3.4.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/strikethrough.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/bundle/ruby/3.4.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/strikethrough.html b/vendor/bundle/ruby/3.4.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/strikethrough.html new file mode 100644 index 0000000..d35158f --- /dev/null +++ b/vendor/bundle/ruby/3.4.0/gems/kramdown-parser-gfm-1.1.0/test/testcases/strikethrough.html @@ -0,0 +1,33 @@ +<p><del>This is a test</del></p> + +<p>~<del>This is another test</del>~</p> + +<p><del>This is yet another test</del>~</p> + +<p>~~ This is a test of it NOT working ~~</p> + +<p>~~<br /> +This<br /> +is<br /> +a<br /> +<strong>multiline</strong><br /> +test<br /> +~~</p> + +<p>This is an <del><em>inline</em> <strong>strikethrough</strong></del> test</p> + +<p>This is an ~~escaped~~ strikethrough.</p> + +<p>This is a <del>strikethrough with a ~ in the middle</del></p> + +<p>I <del>don’t even</del>~ have an extra tilde.</p> + +<p>This should ~~not be struck.</p> + +<p>This <del>is a complex <em>strike</em> through *test ~~with nesting</del> involved* here~~.</p> + +<p>This <del>is a complex <em>strike</em> through *test</del> with apparent nesting <del>involved* here</del>.</p> + +<p><del>中文</del></p> + +<p><del>a</del></p> |
