mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
68 lines
1.7 KiB
Text
68 lines
1.7 KiB
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>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
5
|
|
//- - - - - - - - -//
|
|
[Cat][]'s Pajamas
|
|
|
|
[Cat]: http://example.com
|
|
//- - - - - - - - -//
|
|
<p><a href="http://example.com">Cat</a>’s Pajamas</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
6
|
|
//- - - - - - - - -//
|
|
reported "issue 1 (IE-only)"
|
|
//- - - - - - - - -//
|
|
<p>reported “issue 1 (IE-only)”</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
7
|
|
//- - - - - - - - -//
|
|
Yahoo!'s
|
|
//- - - - - - - - -//
|
|
<p>Yahoo!’s</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
8
|
|
//- - - - - - - - -//
|
|
Alice's, I'm ,Don't, You'd
|
|
|
|
I've, I'll, You're
|
|
//- - - - - - - - -//
|
|
<p>Alice’s, I’m ,Don’t, You’d</p>
|
|
<p>I’ve, I’ll, You’re</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|
|
9
|
|
//- - - - - - - - -//
|
|
My height is 5'6"".
|
|
//- - - - - - - - -//
|
|
<p>My height is 5'6"".</p>
|
|
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
|
|