From 5860d60cc79332c01da59f39e90fff2bcc8a5e9e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Feb 2015 21:18:55 -0800 Subject: Added smart.c, smart.h with function abstracting smart punct rendering. Also fixed some bugs in earlier smart handling. Now handles UTF-8. --- test/smart_punct.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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)". . -

Here is some quoted ‘code’ and a “[quoted link][1]”.

+

Here is some quoted ‘code’ and a “quoted link”.

. . -- cgit v1.2.3