Age | Commit message (Collapse) | Author |
|
See jgm/commonmark.js#61
|
|
This incorporates the changes in jgm/commonmark.js#58.
Sequences of hyphens are converted to sequences of em and
en dashes, with no hyphens.
Currently this test fails.
|
|
|
|
This occurs in fiction: when a speaker has dialogue with
multiple paragraphs, a close quote is used only on the
final one.
Added test cases.
|
|
This allows backslash escapes to disable smart quote
transformations in particular cases.
Closes #8.
|
|
Also fixed some bugs in earlier smart handling. Now handles
UTF-8.
|
|
Currently one test fails.
|