| Age | Commit message (Collapse) | Author |
|
|
|
The old solution had a subtle, unwanted side-effect which didn't account for
closed double quotes butted against a nonword character (e.g. em-dash or
ellipsis). This approach is much better. It delegates the handling of curly
double quotes to Asciidoctor as much as possible *except for* the singular
times where we need to make an exception.
|
|
|
|
|
|
|
|
Asciidoctor's handling of quote marks isn't perfect, but we can preprocess
the markup a bit further to take care of it on our end.
Also, strip comments out of the "concatenated" document on purpose -- this
is to allow for more accurate word-counts.
|
|
This is the beginnings of the big Unicode conversion table
|