Windows: Fix AsciiDoc / DocBook builds.

The "quotes" section of the Asciidoctor compatibility file appears to
be incompatible with Cygwin's version of AsciiDoc (8.6.3).

Change-Id: Ifd08095effa07bc7277a2fff9de322dda51a8d47
Reviewed-on: https://code.wireshark.org/review/3804
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2014-08-23 19:51:22 +00:00
parent 02c5a12ee4
commit 40c367ec88
1 changed files with 15 additions and 13 deletions

View File

@ -35,19 +35,21 @@ endif::[]
# escaped right single quote
\\`'=`'
[quotes]
# disable single quotes as constrained formatting marks for emphasis
# this change can also be made in the document using the attribute entry :quotes.':
ifdef::compat-mode[]
'=
+=
++=
`=
``=#monospaced
`|`=monospaced
\##=#mark
\#=mark
endif::[]
# Disabled for now.
# Appears to be incompatible with Cygwin's version of AsciiDoc (8.6.3)
#[quotes]
## disable single quotes as constrained formatting marks for emphasis
## this change can also be made in the document using the attribute entry :quotes.':
#ifdef::compat-mode[]
#'=
#+=
#++=
#`=
#``=#monospaced
#`|`=monospaced
#\##=#mark
#\#=mark
#endif::[]
# enables markdown-style headings
[titles]