quartz/pkg/mod/github.com/yuin/goldmark@v1.4.4/extension/_test/strikethrough.txt
Adam Gospodarczyk da2d93f602 Brain
2022-04-26 16:25:19 +02:00

19 lines
330 B
Plaintext

1
//- - - - - - - - -//
~~Hi~~ Hello, world!
//- - - - - - - - -//
<p><del>Hi</del> Hello, world!</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//
2
//- - - - - - - - -//
This ~~has a
new paragraph~~.
//- - - - - - - - -//
<p>This ~~has a</p>
<p>new paragraph~~.</p>
//= = = = = = = = = = = = = = = = = = = = = = = =//