mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
parent
155754ef6e
commit
8576f356ef
1 changed files with 14 additions and 0 deletions
|
|
@ -64,3 +64,17 @@ reported "issue 1 (IE-only)", "issue 2", 'issue3 (FF-only)', 'issue4'
|
|||
//- - - - - - - - -//
|
||||
<p>“Monitor 21"” and “Monitor”"</p>
|
||||
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
||||
|
||||
9: ending quotes surrounded by punctuation
|
||||
//- - - - - - - - -//
|
||||
*"X."*
|
||||
//- - - - - - - - -//
|
||||
<p><em>“X.”</em></p>
|
||||
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
||||
|
||||
10: ending quotes surrounded by punctuation 2
|
||||
//- - - - - - - - -//
|
||||
"Foo?"---"Bar"
|
||||
//- - - - - - - - -//
|
||||
<p>“Foo?”&mdash“Bar”</p>
|
||||
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
||||
|
|
|
|||
Loading…
Reference in a new issue