]> git.evergreen-ils.org Git - Evergreen.git/commit
Docs: Fix buggy AsciiDoc rendering of backticks
authorRemington Steed <rjs7@calvin.edu>
Thu, 25 May 2017 18:32:57 +0000 (14:32 -0400)
committerRemington Steed <rjs7@calvin.edu>
Thu, 25 May 2017 19:05:17 +0000 (15:05 -0400)
commitbdc3e6fc28d2c1ebf1877c791b1903cc70346a8e
treef833f14fad32e7906e73e338b21cca428a6fc863
parentcee28fe1dadfd4c85799408cad9cd8f572f1a571
Docs: Fix buggy AsciiDoc rendering of backticks

Apparently, AsciiDoc matches backticks (`) with single quotes (') as a
valid quote pair, and this happens before matching a pair of backticks.
So in cases where a pair of backticks is followed by only one single
quote (not within a word), the first backtick is treated as a single
quote, thus breaking the backtick pair and not applying the intended
monospace formatting.

This commit fixes two such cases by escaping the backticks. This doesn't
prevent the same problem in the future, but I haven't found any way to
change this parsing behavior.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
docs/opac/new_skin_customizations.adoc