]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
The CommonMark specification allows list markers fo the form "number) "
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index c2cfaf818444c0cd4ddceb225faee41ba40abb05..f1f5d5d78ca8c322f26b7a9995c5754e402ffd82 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/*     $Id: chars.c,v 1.68 2015/10/13 22:59:54 schwarze Exp $ */
+/*     $Id: chars.c,v 1.69 2017/02/17 18:28:06 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -101,8 +101,8 @@ static struct ln lines[] = {
        { "bq",                 ",",            0x201a  },
        { "lq",                 "\"",           0x201c  },
        { "rq",                 "\"",           0x201d  },
-       { "Lq",                 "``",           0x201c  },
-       { "Rq",                 "''",           0x201d  },
+       { "Lq",                 "\"",           0x201c  },
+       { "Rq",                 "\"",           0x201d  },
        { "oq",                 "`",            0x2018  },
        { "cq",                 "\'",           0x2019  },
        { "aq",                 "\'",           0x0027  },