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:04:49 +0000 (15:04 -0400)
commit2613d346a110b921fa37f314c4a82ce887c738af
tree8e857dc4d7d6f8cea50a3d43533321d3d6a7ed67
parent968581a09db18b61131c20e0d3bb412e545b4072
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