Docs: Fix buggy AsciiDoc rendering of backticks
authorRemington Steed <rjs7@calvin.edu>
Thu, 25 May 2017 18:32:57 +0000 (14:32 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 18 Aug 2017 11:57:22 +0000 (07:57 -0400)
commit491c57c04e40990e1dbf776eeb5ba8587ca1fbd9
tree1a567d49590eced8ab42d13aba0e59d565b40df2
parent04e58984f8e46a5965bd116bca227133b75f32e1
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