diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-14 21:18:55 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-14 22:36:34 -0800 |
commit | 5860d60cc79332c01da59f39e90fff2bcc8a5e9e (patch) | |
tree | 5e3d033c11cdbf50ac8c34f93389492c793579fc /test | |
parent | 7c92577bbb670ddfbf6df5ee4b931c27548230cc (diff) |
Added smart.c, smart.h with function abstracting smart punct rendering.
Also fixed some bugs in earlier smart handling. Now handles
UTF-8.
Diffstat (limited to 'test')
-rw-r--r-- | test/smart_punct.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/smart_punct.txt b/test/smart_punct.txt index c036a6d..c870c9d 100644 --- a/test/smart_punct.txt +++ b/test/smart_punct.txt @@ -35,9 +35,9 @@ Were you alive in the 70's? . . -Here is some quoted '`code`' and a "[quoted link][1]". +Here is some quoted '`code`' and a "[quoted link](url)". . -<p>Here is some quoted ‘<code>code</code>’ and a “[quoted link][1]”.</p> +<p>Here is some quoted ‘<code>code</code>’ and a “<a href="url">quoted link</a>”.</p> . . |