ext/generate.c in rdiscount-1.2.10 vs ext/generate.c in rdiscount-1.2.11
- old
+ new
@@ -819,9 +819,11 @@
char *entity;
int shift;
} smarties[] = {
{ '\'', "'s>", "rsquo", 0 },
{ '\'', "'t>", "rsquo", 0 },
+ { '\'', "'re>", "rsquo", 0 },
+ { '\'', "'ll>", "rsquo", 0 },
{ '-', "--", "mdash", 1 },
{ '-', "<->", "ndash", 0 },
{ '.', "...", "hellip", 2 },
{ '.', ". . .", "hellip", 4 },
{ '(', "(c)", "copy", 2 },