diff options
Diffstat (limited to 'script/unicodify.sed')
| -rw-r--r-- | script/unicodify.sed | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/script/unicodify.sed b/script/unicodify.sed index a95fec0..4668732 100644 --- a/script/unicodify.sed +++ b/script/unicodify.sed @@ -2,15 +2,6 @@ s,[[:space:]]--[[:space:]],\&\#8212;,g s,[[:space:]]\.\.\.[[:space:]],\&\#8230;,g -# WilloraPDF extension: explicit "unmatched" double-quote shortcuts. -# -# This is to work around a shortcoming in Asciidoctor when a double-quote is -# right up against a non-word character -- em-dashes, ellipses, etc. TL;DR -# it's better to let Asciidoctor handle ("`) and (`") automatically by -# default EXCEPT FOR the times we need to wrangle it ourselves. -s,\&_OPENDOUBLEQUOTE;,\&\#8220;,g -s,\&_CLOSEDOUBLEQUOTE;,\&\#8221;,g - # Explicitly handle curly double quotes before curly single quotes. s,"`,\&\#8220;,g s,`",\&\#8221;,g |
