mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
18 lines
330 B
Text
18 lines
330 B
Text
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>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|