Change #4298
Category | None |
Changed by | Remington Steed <rjs7 | @calvin.edu>
Changed at | Thu 25 May 2017 15:02:58 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | a57ca64fa053b4b351ccdf04f03a8b7f195171a1 |
Comments
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>
Changed files
- docs/opac/new_skin_customizations.adoc