]> 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:02:58 +0000 (15:02 -0400)
commita57ca64fa053b4b351ccdf04f03a8b7f195171a1
treee4583909b0f68a05e5e2902dafa148cd54d8a131
parentcccfa3598073765d84d4924c6f3adbc831fc8b37
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