mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
27 lines
787 B
Text
27 lines
787 B
Text
1
|
|
//- - - - - - - - -//
|
|
This should 'be' replaced
|
|
//- - - - - - - - -//
|
|
<p>This should ‘be’ replaced</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
2
|
|
//- - - - - - - - -//
|
|
This should "be" replaced
|
|
//- - - - - - - - -//
|
|
<p>This should “be” replaced</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
3
|
|
//- - - - - - - - -//
|
|
**--** *---* a...<< b>>
|
|
//- - - - - - - - -//
|
|
<p><strong>–</strong> <em>—</em> a…« b»</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
4
|
|
//- - - - - - - - -//
|
|
Some say '90s, others say 90's, but I can't say which is best.
|
|
//- - - - - - - - -//
|
|
<p>Some say ’90s, others say 90’s, but I can’t say which is best.</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|