mizuho 0.9.6 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +4 -2
- data/Rakefile +0 -37
- data/asciidoc/BUGS +9 -18
- data/asciidoc/BUGS.txt +5 -14
- data/asciidoc/CHANGELOG +1433 -266
- data/asciidoc/CHANGELOG.txt +2821 -1810
- data/asciidoc/COPYING +339 -339
- data/asciidoc/COPYRIGHT +18 -18
- data/asciidoc/INSTALL +189 -30
- data/asciidoc/INSTALL.txt +175 -19
- data/asciidoc/MANIFEST +88 -0
- data/asciidoc/Makefile.in +29 -13
- data/asciidoc/README +16 -17
- data/asciidoc/README.txt +35 -36
- data/asciidoc/a2x.py +902 -0
- data/asciidoc/asciidoc.conf +610 -455
- data/asciidoc/asciidoc.py +1965 -1061
- data/asciidoc/asciidocapi.py +257 -0
- data/asciidoc/common.aap +2 -2
- data/asciidoc/configure +1170 -1023
- data/asciidoc/configure.ac +1 -1
- data/asciidoc/dblatex/asciidoc-dblatex.xsl +42 -0
- data/asciidoc/doc/a2x.1 +559 -102
- data/asciidoc/doc/a2x.1.txt +233 -91
- data/asciidoc/doc/article-docinfo.xml +87 -0
- data/asciidoc/doc/article.pdf +0 -0
- data/asciidoc/doc/article.txt +139 -122
- data/asciidoc/doc/asciidoc.1 +157 -46
- data/asciidoc/doc/asciidoc.1.txt +171 -118
- data/asciidoc/doc/asciidoc.conf +7 -8
- data/asciidoc/doc/asciidoc.dict +960 -635
- data/asciidoc/doc/asciidoc.txt +2335 -1464
- data/asciidoc/doc/asciidocapi.txt +189 -0
- data/asciidoc/doc/asciimathml.txt +14 -17
- data/asciidoc/doc/book-multi.txt +181 -155
- data/asciidoc/doc/book.epub +0 -0
- data/asciidoc/doc/book.txt +156 -131
- data/asciidoc/doc/customers.csv +18 -18
- data/asciidoc/doc/epub-notes.txt +210 -0
- data/asciidoc/doc/faq.txt +1122 -547
- data/asciidoc/doc/latex-backend.txt +192 -191
- data/asciidoc/doc/latex-bugs.txt +134 -0
- data/asciidoc/doc/latex-filter.pdf +0 -0
- data/asciidoc/doc/latex-filter.txt +196 -0
- data/asciidoc/doc/latexmath.txt +13 -136
- data/asciidoc/doc/latexmathml.txt +2 -2
- data/asciidoc/doc/main.aap +233 -297
- data/asciidoc/doc/music-filter.pdf +0 -0
- data/asciidoc/doc/music-filter.txt +55 -65
- data/asciidoc/doc/publishing-ebooks-with-asciidoc.txt +398 -0
- data/asciidoc/doc/slidy-example.txt +167 -0
- data/asciidoc/doc/slidy.txt +113 -0
- data/asciidoc/doc/source-highlight-filter.pdf +0 -0
- data/asciidoc/doc/source-highlight-filter.txt +45 -20
- data/asciidoc/doc/testasciidoc.txt +231 -0
- data/asciidoc/docbook-xsl/asciidoc-docbook-xsl.txt +30 -8
- data/asciidoc/docbook-xsl/chunked.xsl +17 -19
- data/asciidoc/docbook-xsl/common.xsl +106 -67
- data/asciidoc/docbook-xsl/epub.xsl +35 -0
- data/asciidoc/docbook-xsl/fo.xsl +3 -0
- data/asciidoc/docbook-xsl/htmlhelp.xsl +16 -17
- data/asciidoc/docbook-xsl/manpage.xsl +31 -31
- data/asciidoc/docbook-xsl/text.xsl +6 -1
- data/asciidoc/docbook-xsl/xhtml.xsl +14 -14
- data/asciidoc/docbook45.conf +759 -0
- data/asciidoc/filters/code/code-filter-readme.txt +37 -37
- data/asciidoc/filters/code/code-filter-test.txt +15 -15
- data/asciidoc/filters/code/code-filter.conf +8 -8
- data/asciidoc/filters/graphviz/asciidoc-graphviz-sample.txt +104 -64
- data/asciidoc/filters/graphviz/graphviz-filter.conf +20 -16
- data/asciidoc/filters/graphviz/graphviz2png.py +54 -39
- data/asciidoc/filters/latex/latex-filter.conf +18 -0
- data/asciidoc/filters/latex/latex2png.py +216 -0
- data/asciidoc/filters/music/music-filter.conf +8 -17
- data/asciidoc/filters/music/music2png.py +40 -32
- data/asciidoc/filters/source/source-highlight-filter.conf +40 -34
- data/asciidoc/help.conf +261 -96
- data/asciidoc/html4.conf +505 -460
- data/asciidoc/html5.conf +686 -0
- data/asciidoc/images/highlighter.png +0 -0
- data/asciidoc/images/icons/caution.png +0 -0
- data/asciidoc/images/icons/example.png +0 -0
- data/asciidoc/images/icons/important.png +0 -0
- data/asciidoc/images/icons/note.png +0 -0
- data/asciidoc/images/icons/tip.png +0 -0
- data/asciidoc/images/icons/warning.png +0 -0
- data/asciidoc/images/smallnew.png +0 -0
- data/asciidoc/javascripts/asciidoc.js +189 -0
- data/asciidoc/javascripts/slidy.js +2845 -0
- data/asciidoc/javascripts/toc.js +8 -0
- data/asciidoc/lang-de.conf +57 -0
- data/asciidoc/lang-en.conf +54 -0
- data/asciidoc/lang-es.conf +49 -9
- data/asciidoc/lang-fr.conf +59 -0
- data/asciidoc/lang-hu.conf +55 -0
- data/asciidoc/lang-it.conf +55 -0
- data/asciidoc/lang-nl.conf +57 -0
- data/asciidoc/lang-pt-BR.conf +56 -0
- data/asciidoc/lang-ru.conf +60 -0
- data/asciidoc/lang-uk.conf +60 -0
- data/asciidoc/latex.conf +700 -663
- data/asciidoc/main.aap +77 -0
- data/asciidoc/slidy.conf +136 -0
- data/asciidoc/{examples/website/xhtml11-manpage.css → stylesheets/asciidoc-manpage.css} +1 -1
- data/asciidoc/stylesheets/asciidoc.css +508 -0
- data/asciidoc/stylesheets/docbook-xsl.css +322 -272
- data/asciidoc/stylesheets/flask-manpage.css +1 -0
- data/asciidoc/stylesheets/flask.css +584 -0
- data/asciidoc/stylesheets/pygments.css +66 -0
- data/asciidoc/stylesheets/slidy.css +445 -0
- data/asciidoc/stylesheets/toc2.css +33 -0
- data/asciidoc/stylesheets/volnitsky-manpage.css +1 -0
- data/asciidoc/stylesheets/volnitsky.css +435 -0
- data/asciidoc/stylesheets/xhtml11-quirks.css +5 -3
- data/asciidoc/tests/asciidocapi.py +257 -0
- data/asciidoc/tests/data/deprecated-quotes.txt +12 -0
- data/asciidoc/tests/data/filters-test.txt +90 -0
- data/asciidoc/tests/data/lang-de-test.txt +106 -0
- data/asciidoc/tests/data/lang-en-test.txt +114 -0
- data/asciidoc/tests/data/lang-es-test.txt +106 -0
- data/asciidoc/tests/data/lang-fr-test.txt +106 -0
- data/asciidoc/tests/data/lang-hu-test.txt +106 -0
- data/asciidoc/tests/data/lang-nl-test.txt +94 -0
- data/asciidoc/tests/data/lang-pt-BR-test.txt +106 -0
- data/asciidoc/tests/data/lang-ru-test.txt +106 -0
- data/asciidoc/tests/data/lang-uk-test.txt +106 -0
- data/asciidoc/tests/data/oldtables.txt +64 -0
- data/asciidoc/tests/data/rcs-id-marker-test.txt +6 -0
- data/asciidoc/tests/data/testcases.conf +2 -0
- data/asciidoc/tests/data/testcases.txt +740 -0
- data/asciidoc/tests/data/utf8-bom-test.txt +9 -0
- data/asciidoc/tests/data/utf8-examples.txt +217 -0
- data/asciidoc/tests/testasciidoc.conf +520 -0
- data/asciidoc/tests/testasciidoc.py +411 -0
- data/asciidoc/text.conf +16 -16
- data/asciidoc/vim/syntax/asciidoc.vim +99 -91
- data/asciidoc/wordpress.conf +43 -3
- data/asciidoc/xhtml11-quirks.conf +61 -57
- data/asciidoc/xhtml11.conf +684 -645
- data/lib/mizuho.rb +2 -0
- data/lib/mizuho/generator.rb +2 -2
- data/test/generator_spec.rb +1 -1
- data/test/parser_spec.rb +1 -1
- data/test/spec_helper.rb +3 -4
- metadata +87 -88
- data/asciidoc/a2x +0 -674
- data/asciidoc/doc/article.css-embedded.html +0 -602
- data/asciidoc/doc/article.html +0 -46
- data/asciidoc/doc/asciidoc-revhistory.xml +0 -27
- data/asciidoc/doc/asciidoc.1.css-embedded.html +0 -598
- data/asciidoc/doc/asciidoc.1.css.html +0 -212
- data/asciidoc/doc/asciidoc.1.html +0 -190
- data/asciidoc/doc/asciidoc.css-embedded.html +0 -7853
- data/asciidoc/doc/asciidoc.css.html +0 -7416
- data/asciidoc/doc/asciidoc.html +0 -3339
- data/asciidoc/doc/book-multi.css-embedded.html +0 -575
- data/asciidoc/doc/book-multi.html +0 -55
- data/asciidoc/doc/book.css-embedded.html +0 -607
- data/asciidoc/doc/book.html +0 -43
- data/asciidoc/doc/docbook-xsl.css +0 -272
- data/asciidoc/doc/latex-backend.html +0 -117
- data/asciidoc/doc/music-filter.html +0 -566
- data/asciidoc/doc/source-highlight-filter.html +0 -214
- data/asciidoc/docbook.conf +0 -721
- data/asciidoc/examples/website/ASCIIMathML.js +0 -938
- data/asciidoc/examples/website/CHANGELOG.html +0 -4389
- data/asciidoc/examples/website/CHANGELOG.txt +0 -1810
- data/asciidoc/examples/website/INSTALL.html +0 -161
- data/asciidoc/examples/website/INSTALL.txt +0 -71
- data/asciidoc/examples/website/LaTeXMathML.js +0 -1223
- data/asciidoc/examples/website/README-website.html +0 -118
- data/asciidoc/examples/website/README-website.txt +0 -29
- data/asciidoc/examples/website/README.html +0 -125
- data/asciidoc/examples/website/README.txt +0 -36
- data/asciidoc/examples/website/a2x.1.html +0 -419
- data/asciidoc/examples/website/a2x.1.txt +0 -204
- data/asciidoc/examples/website/asciidoc-docbook-xsl.html +0 -130
- data/asciidoc/examples/website/asciidoc-docbook-xsl.txt +0 -43
- data/asciidoc/examples/website/asciidoc-graphviz-sample.txt +0 -130
- data/asciidoc/examples/website/asciimathml.txt +0 -64
- data/asciidoc/examples/website/build-website.sh +0 -25
- data/asciidoc/examples/website/customers.csv +0 -18
- data/asciidoc/examples/website/downloads.html +0 -257
- data/asciidoc/examples/website/downloads.txt +0 -121
- data/asciidoc/examples/website/faq.html +0 -673
- data/asciidoc/examples/website/faq.txt +0 -547
- data/asciidoc/examples/website/index.html +0 -419
- data/asciidoc/examples/website/index.txt +0 -245
- data/asciidoc/examples/website/latex-backend.html +0 -535
- data/asciidoc/examples/website/latex-backend.txt +0 -191
- data/asciidoc/examples/website/latexmathml.txt +0 -41
- data/asciidoc/examples/website/layout1.conf +0 -161
- data/asciidoc/examples/website/layout1.css +0 -65
- data/asciidoc/examples/website/layout2.conf +0 -158
- data/asciidoc/examples/website/layout2.css +0 -93
- data/asciidoc/examples/website/manpage.html +0 -266
- data/asciidoc/examples/website/manpage.txt +0 -118
- data/asciidoc/examples/website/music-filter.html +0 -242
- data/asciidoc/examples/website/music-filter.txt +0 -158
- data/asciidoc/examples/website/music1.abc +0 -12
- data/asciidoc/examples/website/music1.png +0 -0
- data/asciidoc/examples/website/music2.ly +0 -9
- data/asciidoc/examples/website/music2.png +0 -0
- data/asciidoc/examples/website/newlists.txt +0 -40
- data/asciidoc/examples/website/newtables.txt +0 -397
- data/asciidoc/examples/website/sample1.png +0 -0
- data/asciidoc/examples/website/sample3.png +0 -0
- data/asciidoc/examples/website/sample4.png +0 -0
- data/asciidoc/examples/website/source-highlight-filter.html +0 -286
- data/asciidoc/examples/website/source-highlight-filter.txt +0 -203
- data/asciidoc/examples/website/support.html +0 -78
- data/asciidoc/examples/website/support.txt +0 -5
- data/asciidoc/examples/website/toc.js +0 -69
- data/asciidoc/examples/website/userguide.html +0 -7460
- data/asciidoc/examples/website/userguide.txt +0 -4979
- data/asciidoc/examples/website/version83.txt +0 -37
- data/asciidoc/examples/website/version9.html +0 -143
- data/asciidoc/examples/website/version9.txt +0 -48
- data/asciidoc/examples/website/xhtml11-quirks.css +0 -41
- data/asciidoc/examples/website/xhtml11.css +0 -328
- data/asciidoc/stylesheets/xhtml11-manpage.css +0 -18
- data/asciidoc/stylesheets/xhtml11.css +0 -328
data/asciidoc/wordpress.conf
CHANGED
@@ -15,9 +15,6 @@ text=
|
|
15
15
|
[listtags-numbered]
|
16
16
|
text=
|
17
17
|
|
18
|
-
[listtags-numbered2]
|
19
|
-
text=
|
20
|
-
|
21
18
|
[listtags-labeled]
|
22
19
|
text=
|
23
20
|
|
@@ -46,3 +43,46 @@ paragraph=<div><strong>|</strong></div>
|
|
46
43
|
[tabletags-monospaced]
|
47
44
|
paragraph=<div><tt>|</tt></div>
|
48
45
|
|
46
|
+
[listingblock]
|
47
|
+
<a name="{id}"></a>
|
48
|
+
<p><b>{title}</b></p>
|
49
|
+
<table border="0" bgcolor="#e8e8e8" width="100%" style="margin:0.2em 0;">
|
50
|
+
<tr><td style="padding:0.5em;">
|
51
|
+
<pre style="margin:0; padding:0;">
|
52
|
+
|
|
53
|
+
</pre>
|
54
|
+
</td></tr>
|
55
|
+
</table>
|
56
|
+
|
57
|
+
[literalblock]
|
58
|
+
<a name="{id}"></a>
|
59
|
+
<p><b>{title}</b></p>
|
60
|
+
<pre style="padding:0.5em; color:gray;">
|
61
|
+
|
|
62
|
+
</pre>
|
63
|
+
|
64
|
+
[sidebarblock]
|
65
|
+
<a name="{id}"></a>
|
66
|
+
<table frame="void" bgcolor="#ffffee" width="100%" style="margin:0.2em 0;">
|
67
|
+
<tr><td style="padding:0.5em;">
|
68
|
+
<p style="margin-top:0;"><b>{title}</b></p>
|
69
|
+
|
|
70
|
+
</td></tr></table>
|
71
|
+
|
72
|
+
[exampleblock]
|
73
|
+
<a name="{id}"></a>
|
74
|
+
<p><b>{caption=}{title}</b></p>
|
75
|
+
<table frame="void" width="100%" style="margin:0.2em 0;">
|
76
|
+
<tr><td style="border-left:3px solid #e8e8e8; padding:0.5em;">
|
77
|
+
|
|
78
|
+
</td></tr></table>
|
79
|
+
|
80
|
+
[admonitionblock]
|
81
|
+
<a name="{id}"></a>
|
82
|
+
<table frame="void" style="margin:0.2em 0;">
|
83
|
+
<tr valign="top"><td style="padding:0.5em;"><p><b><u>{caption}</u></b></p></td>
|
84
|
+
<td style="border-left:3px solid #e8e8e8; padding:0.5em;">
|
85
|
+
<p><b>{title}</b></p>
|
86
|
+
|
|
87
|
+
</td></tr></table>
|
88
|
+
|
@@ -1,57 +1,61 @@
|
|
1
|
-
#
|
2
|
-
# xhtml11-quirks.conf
|
3
|
-
#
|
4
|
-
# Workarounds for IE6's broken # and incomplete CSS2.
|
5
|
-
#
|
6
|
-
|
7
|
-
[image-blockmacro]
|
8
|
-
<div class="imageblock"{id? id="{id}"}>
|
9
|
-
<div class="content">
|
10
|
-
<a class="image" href="{link}">
|
11
|
-
<img src="{imagesdir=}{target}" alt="{
|
12
|
-
{
|
13
|
-
|
14
|
-
|
15
|
-
</div>
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
<div class="
|
21
|
-
|
22
|
-
</div
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
<div class="quoteblock
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
</
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
<div class="verseblock
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
</
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div class="exampleblock
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
1
|
+
#
|
2
|
+
# xhtml11-quirks.conf
|
3
|
+
#
|
4
|
+
# Workarounds for IE6's broken # and incomplete CSS2.
|
5
|
+
#
|
6
|
+
|
7
|
+
[image-blockmacro]
|
8
|
+
<div class="imageblock{style? {style}}{role? {role}}"{id? id="{id}"}{align? style="text-align:{align};"}{float? style="float:{float};"}>
|
9
|
+
<div class="content">
|
10
|
+
<a class="image" href="{link}">
|
11
|
+
{data-uri%}<img src="{imagesdir=}{imagesdir?/}{target}" alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"} />
|
12
|
+
{data-uri#}<img alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"} src="data:image/{eval:os.path.splitext('{target}')[1][1:]};base64,
|
13
|
+
{data-uri#}{sys:python -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "{eval:os.path.join("{indir={outdir}}","{imagesdir=}","{target}")}"}" />
|
14
|
+
{link#}</a>
|
15
|
+
</div>
|
16
|
+
<div class="image-title">{caption={figure-caption} {counter:figure-number}: }{title}</div>
|
17
|
+
</div>
|
18
|
+
|
19
|
+
[sidebarblock]
|
20
|
+
<div class="sidebarblock{role? {role}}"{id? id="{id}"}>
|
21
|
+
<div class="sidebar-content">
|
22
|
+
<div class="sidebar-title">{title}</div>
|
23
|
+
|
|
24
|
+
</div></div>
|
25
|
+
|
26
|
+
[quoteblock]
|
27
|
+
<div class="quoteblock{role? {role}}"{id? id="{id}"}>
|
28
|
+
<div class="title">{title}</div>
|
29
|
+
<div class="quoteblock-content">
|
30
|
+
|
|
31
|
+
</div>
|
32
|
+
<div class="quoteblock-attribution">
|
33
|
+
<em>{citetitle}</em><br />
|
34
|
+
— {attribution}
|
35
|
+
</div></div>
|
36
|
+
|
37
|
+
[verseblock]
|
38
|
+
<div class="verseblock{role? {role}}"{id? id="{id}"}>
|
39
|
+
<div class="title">{title}</div>
|
40
|
+
<pre class="verseblock-content">
|
41
|
+
|
|
42
|
+
</pre>
|
43
|
+
<div class="verseblock-attribution">
|
44
|
+
<em>{citetitle}</em><br />
|
45
|
+
— {attribution}
|
46
|
+
</div></div>
|
47
|
+
|
48
|
+
[exampleblock]
|
49
|
+
<div class="exampleblock{role? {role}}"{id? id="{id}"}>
|
50
|
+
<div class="title">{caption={example-caption} {counter:example-number}: }{title}</div>
|
51
|
+
<div class="exampleblock-content">
|
52
|
+
|
|
53
|
+
</div></div>
|
54
|
+
|
55
|
+
[sect2]
|
56
|
+
<div class="sect2{style? {style}}{role? {role}}">
|
57
|
+
# The <div> is because the IE6 adjacent-sibling CSS selector is broken.
|
58
|
+
<h3{id? id="{id}"}>{numbered?{sectnum} }{title}</h3><div style="clear:left"></div>
|
59
|
+
|
|
60
|
+
</div>
|
61
|
+
|
data/asciidoc/xhtml11.conf
CHANGED
@@ -1,645 +1,684 @@
|
|
1
|
-
#
|
2
|
-
# xhtml11.conf
|
3
|
-
#
|
4
|
-
# Asciidoc configuration file.
|
5
|
-
# xhtml11 backend, generates XHTML 1.1 conformant markup.
|
6
|
-
#
|
7
|
-
|
8
|
-
[miscellaneous]
|
9
|
-
outfilesuffix=.html
|
10
|
-
|
11
|
-
[attributes]
|
12
|
-
basebackend=html
|
13
|
-
basebackend-html=
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
#
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
[
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
[
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
<div class="
|
57
|
-
<div class="
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
<div class="
|
66
|
-
|
67
|
-
</div
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
<div class="
|
74
|
-
<div class="
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
<
|
81
|
-
<
|
82
|
-
<
|
83
|
-
|
84
|
-
</
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
<
|
89
|
-
<
|
90
|
-
{link
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
<
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
<div
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
#
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
[
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
[
|
117
|
-
#
|
118
|
-
|
119
|
-
{2
|
120
|
-
|
121
|
-
[callout-inlinemacro]
|
122
|
-
|
123
|
-
<b><{index}></b>
|
124
|
-
|
125
|
-
|
126
|
-
[
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
[
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
[
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
[
|
196
|
-
|
197
|
-
[
|
198
|
-
|
199
|
-
[
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
[
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
[
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
<
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
#
|
236
|
-
[
|
237
|
-
<
|
238
|
-
|
239
|
-
</
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
<
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
[
|
264
|
-
|
265
|
-
|
266
|
-
<
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
</
|
271
|
-
|
272
|
-
|
273
|
-
[
|
274
|
-
<
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
[
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
</div>
|
289
|
-
<div class="
|
290
|
-
<
|
291
|
-
|
292
|
-
</
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
<div class="
|
297
|
-
<div class="
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
<div class="
|
307
|
-
<div class="title">{
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
<div class="
|
314
|
-
<
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
[
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
<
|
358
|
-
<
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
<
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
[
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
{
|
403
|
-
{
|
404
|
-
{
|
405
|
-
{
|
406
|
-
{
|
407
|
-
{
|
408
|
-
|
409
|
-
{
|
410
|
-
|
411
|
-
</
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
#
|
419
|
-
<
|
420
|
-
|
421
|
-
|
422
|
-
</
|
423
|
-
</div>
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
<
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
<
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
<
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
<
|
526
|
-
|
527
|
-
|
528
|
-
<
|
529
|
-
<
|
530
|
-
<
|
531
|
-
|
532
|
-
|
533
|
-
{
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
endif::
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
{
|
547
|
-
|
548
|
-
ifdef::
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
endif::
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
</
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
</
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
</
|
591
|
-
endif::
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
endif::
|
606
|
-
|
607
|
-
#
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
[
|
612
|
-
<
|
613
|
-
<
|
614
|
-
|
615
|
-
|
616
|
-
{
|
617
|
-
</span>
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
<
|
628
|
-
|
629
|
-
|
630
|
-
[
|
631
|
-
<
|
632
|
-
<
|
633
|
-
<
|
634
|
-
{
|
635
|
-
|
636
|
-
|
637
|
-
</
|
638
|
-
|
639
|
-
<div
|
640
|
-
|
641
|
-
|
642
|
-
</
|
643
|
-
|
644
|
-
|
645
|
-
|
1
|
+
#
|
2
|
+
# xhtml11.conf
|
3
|
+
#
|
4
|
+
# Asciidoc configuration file.
|
5
|
+
# xhtml11 backend, generates XHTML 1.1 conformant markup.
|
6
|
+
#
|
7
|
+
|
8
|
+
[miscellaneous]
|
9
|
+
outfilesuffix=.html
|
10
|
+
|
11
|
+
[attributes]
|
12
|
+
basebackend=html
|
13
|
+
basebackend-html=
|
14
|
+
basebackend-xhtml11=
|
15
|
+
|
16
|
+
[replacements2]
|
17
|
+
# Line break.
|
18
|
+
(?m)^(.*)\s\+$=\1<br />
|
19
|
+
|
20
|
+
[replacements]
|
21
|
+
ifdef::asciidoc7compatible[]
|
22
|
+
# Superscripts.
|
23
|
+
\^(.+?)\^=<sup>\1</sup>
|
24
|
+
# Subscripts.
|
25
|
+
~(.+?)~=<sub>\1</sub>
|
26
|
+
endif::asciidoc7compatible[]
|
27
|
+
|
28
|
+
[ruler-blockmacro]
|
29
|
+
<hr />
|
30
|
+
|
31
|
+
[pagebreak-blockmacro]
|
32
|
+
<div style="page-break-after:always"></div>
|
33
|
+
|
34
|
+
[blockdef-pass]
|
35
|
+
asciimath-style=template="asciimathblock",subs=[]
|
36
|
+
latexmath-style=template="latexmathblock",subs=[]
|
37
|
+
|
38
|
+
[macros]
|
39
|
+
# math macros.
|
40
|
+
# Special characters are escaped in HTML math markup.
|
41
|
+
(?su)[\\]?(?P<name>asciimath|latexmath):(?P<subslist>\S*?)\[(?P<passtext>.*?)(?<!\\)\]=[specialcharacters]
|
42
|
+
(?u)^(?P<name>asciimath|latexmath)::(?P<subslist>\S*?)(\[(?P<passtext>.*?)\])$=#[specialcharacters]
|
43
|
+
|
44
|
+
[asciimath-inlinemacro]
|
45
|
+
`{passtext}`
|
46
|
+
|
47
|
+
[asciimath-blockmacro]
|
48
|
+
<div class="mathblock{role? {role}}"{id? id="{id}"}>
|
49
|
+
<div class="content">
|
50
|
+
<div class="title">{title}</div>
|
51
|
+
`{passtext}`
|
52
|
+
</div></div>
|
53
|
+
|
54
|
+
[asciimathblock]
|
55
|
+
<div class="mathblock{role? {role}}"{id? id="{id}"}>
|
56
|
+
<div class="content">
|
57
|
+
<div class="title">{title}</div>
|
58
|
+
`|`
|
59
|
+
</div></div>
|
60
|
+
|
61
|
+
[latexmath-inlinemacro]
|
62
|
+
{passtext}
|
63
|
+
|
64
|
+
[latexmath-blockmacro]
|
65
|
+
<div class="mathblock{role? {role}}"{id? id="{id}"}>
|
66
|
+
<div class="content">
|
67
|
+
<div class="title">{title}</div>
|
68
|
+
{passtext}
|
69
|
+
</div></div>
|
70
|
+
|
71
|
+
[latexmathblock]
|
72
|
+
<div class="mathblock{role? {role}}"{id? id="{id}"}>
|
73
|
+
<div class="content">
|
74
|
+
<div class="title">{title}</div>
|
75
|
+
|
|
76
|
+
</div></div>
|
77
|
+
|
78
|
+
[image-inlinemacro]
|
79
|
+
<span class="image{role? {role}}">
|
80
|
+
<a class="image" href="{link}">
|
81
|
+
{data-uri%}<img src="{imagesdir=}{imagesdir?/}{target}" alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"}{title? title="{title}"} />
|
82
|
+
{data-uri#}<img alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"}{title? title="{title}"} src="data:image/{eval:os.path.splitext('{target}')[1][1:]};base64,
|
83
|
+
{data-uri#}{sys3:python -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "{eval:os.path.join("{indir={outdir}}","{imagesdir=}","{target}")}"}" />
|
84
|
+
{link#}</a>
|
85
|
+
</span>
|
86
|
+
|
87
|
+
[image-blockmacro]
|
88
|
+
<div class="imageblock{style? {style}}{role? {role}}"{id? id="{id}"}{align? style="text-align:{align};"}{float? style="float:{float};"}>
|
89
|
+
<div class="content">
|
90
|
+
<a class="image" href="{link}">
|
91
|
+
{data-uri%}<img src="{imagesdir=}{imagesdir?/}{target}" alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"} />
|
92
|
+
{data-uri#}<img alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"} src="data:image/{eval:os.path.splitext('{target}')[1][1:]};base64,
|
93
|
+
{data-uri#}{sys:python -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "{eval:os.path.join("{indir={outdir}}","{imagesdir=}","{target}")}"}" />
|
94
|
+
{link#}</a>
|
95
|
+
</div>
|
96
|
+
<div class="title">{caption={figure-caption} {counter:figure-number}. }{title}</div>
|
97
|
+
</div>
|
98
|
+
|
99
|
+
[unfloat-blockmacro]
|
100
|
+
<div style="clear:both;"></div>
|
101
|
+
|
102
|
+
[indexterm-inlinemacro]
|
103
|
+
# Index term.
|
104
|
+
{empty}
|
105
|
+
|
106
|
+
[indexterm2-inlinemacro]
|
107
|
+
# Index term.
|
108
|
+
# Single entry index term that is visible in the primary text flow.
|
109
|
+
{1}
|
110
|
+
|
111
|
+
[footnote-inlinemacro]
|
112
|
+
# footnote:[<text>].
|
113
|
+
<span class="footnote"><br />[{0}]<br /></span>
|
114
|
+
|
115
|
+
[footnoteref-inlinemacro]
|
116
|
+
# footnoteref:[<id>], create reference to footnote.
|
117
|
+
{2%}<span class="footnoteref"><br /><a href="#_footnote_{1}">[{1}]</a><br /></span>
|
118
|
+
# footnoteref:[<id>,<text>], create footnote with ID.
|
119
|
+
{2#}<span class="footnote" id="_footnote_{1}"><br />[{2}]<br /></span>
|
120
|
+
|
121
|
+
[callout-inlinemacro]
|
122
|
+
ifndef::icons[]
|
123
|
+
<b><{index}></b>
|
124
|
+
endif::icons[]
|
125
|
+
ifdef::icons[]
|
126
|
+
ifndef::data-uri[]
|
127
|
+
<img src="{icon={iconsdir}/callouts/{index}.png}" alt="{index}" />
|
128
|
+
endif::data-uri[]
|
129
|
+
ifdef::data-uri[]
|
130
|
+
<img alt="{index}" src="data:image/png;base64,
|
131
|
+
{sys:python -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "{eval:os.path.join("{indir={outdir}}","{icon={iconsdir}/callouts/{index}.png}")}"}" />
|
132
|
+
endif::data-uri[]
|
133
|
+
endif::icons[]
|
134
|
+
|
135
|
+
# Comment line macros.
|
136
|
+
[comment-inlinemacro]
|
137
|
+
{showcomments#}<br /><span class="comment">{passtext}</span><br />
|
138
|
+
|
139
|
+
[comment-blockmacro]
|
140
|
+
{showcomments#}<p><span class="comment">{passtext}</span></p>
|
141
|
+
|
142
|
+
[literal-inlinemacro]
|
143
|
+
# Inline literal.
|
144
|
+
<tt>{passtext}</tt>
|
145
|
+
|
146
|
+
# List tags.
|
147
|
+
[listtags-bulleted]
|
148
|
+
list=<div class="ulist{style? {style}}{compact-option? compact}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<ul>|</ul></div>
|
149
|
+
item=<li>|</li>
|
150
|
+
text=<p>|</p>
|
151
|
+
|
152
|
+
[listtags-numbered]
|
153
|
+
# The start attribute is not valid XHTML 1.1 but all browsers support it.
|
154
|
+
list=<div class="olist{style? {style}}{compact-option? compact}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<ol class="{style}"{start? start="{start}"}>|</ol></div>
|
155
|
+
item=<li>|</li>
|
156
|
+
text=<p>|</p>
|
157
|
+
|
158
|
+
[listtags-labeled]
|
159
|
+
list=<div class="dlist{compact-option? compact}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<dl>|</dl></div>
|
160
|
+
entry=
|
161
|
+
label=
|
162
|
+
term=<dt class="hdlist1{strong-option? strong}">|</dt>
|
163
|
+
item=<dd>|</dd>
|
164
|
+
text=<p>|</p>
|
165
|
+
|
166
|
+
[listtags-horizontal]
|
167
|
+
list=<div class="hdlist{compact-option? compact}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<table>{labelwidth?<col width="{labelwidth}%" />}{itemwidth?<col width="{itemwidth}%" />}|</table></div>
|
168
|
+
label=<td class="hdlist1{strong-option? strong}">|</td>
|
169
|
+
term=|<br />
|
170
|
+
entry=<tr>|</tr>
|
171
|
+
item=<td class="hdlist2">|</td>
|
172
|
+
text=<p style="margin-top: 0;">|</p>
|
173
|
+
|
174
|
+
[listtags-qanda]
|
175
|
+
list=<div class="qlist{style? {style}}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<ol>|</ol></div>
|
176
|
+
entry=<li>|</li>
|
177
|
+
label=
|
178
|
+
term=<p><em>|</em></p>
|
179
|
+
item=
|
180
|
+
text=<p>|</p>
|
181
|
+
|
182
|
+
[listtags-callout]
|
183
|
+
ifndef::icons[]
|
184
|
+
list=<div class="colist{style? {style}}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<ol>|</ol></div>
|
185
|
+
item=<li>|</li>
|
186
|
+
text=<p>|</p>
|
187
|
+
endif::icons[]
|
188
|
+
ifdef::icons[]
|
189
|
+
list=<div class="colist{style? {style}}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<table>|</table></div>
|
190
|
+
ifndef::data-uri[]
|
191
|
+
item=<tr><td><img src="{iconsdir}/callouts/{listindex}.png" alt="{listindex}" /></td><td>|</td></tr>
|
192
|
+
endif::data-uri[]
|
193
|
+
ifdef::data-uri[]
|
194
|
+
item=<tr><td><img alt="{listindex}" src="data:image/png;base64, {sys:python -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "{eval:os.path.join("{indir={outdir}}","{icon={iconsdir}/callouts/{listindex}.png}")}"}" /></td><td>|</td></tr>
|
195
|
+
endif::data-uri[]
|
196
|
+
text=|
|
197
|
+
endif::icons[]
|
198
|
+
|
199
|
+
[listtags-glossary]
|
200
|
+
list=<div class="dlist{style? {style}}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<dl>|</dl></div>
|
201
|
+
label=
|
202
|
+
entry=
|
203
|
+
term=<dt>|</dt>
|
204
|
+
item=<dd>|</dd>
|
205
|
+
text=<p>|</p>
|
206
|
+
|
207
|
+
[listtags-bibliography]
|
208
|
+
list=<div class="ulist{style? {style}}{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<ul>|</ul></div>
|
209
|
+
item=<li>|</li>
|
210
|
+
text=<p>|</p>
|
211
|
+
|
212
|
+
[tags]
|
213
|
+
# Quoted text.
|
214
|
+
emphasis=<em>{1?<span class="{1}">}|{1?</span>}</em>
|
215
|
+
strong=<strong>{1?<span class="{1}">}|{1?</span>}</strong>
|
216
|
+
monospaced=<tt>{1?<span class="{1}">}|{1?</span>}</tt>
|
217
|
+
singlequoted={lsquo}{1?<span class="{1}">}|{1?</span>}{rsquo}
|
218
|
+
doublequoted={ldquo}{1?<span class="{1}">}|{1?</span>}{rdquo}
|
219
|
+
unquoted={1?<span class="{1}">}|{1?</span>}
|
220
|
+
superscript=<sup>{1?<span class="{1}">}|{1?</span>}</sup>
|
221
|
+
subscript=<sub>{1?<span class="{1}">}|{1?</span>}</sub>
|
222
|
+
|
223
|
+
ifdef::deprecated-quotes[]
|
224
|
+
# Override with deprecated quote attributes.
|
225
|
+
emphasis={role?<span class="{role}">}<em{1,2,3? style="}{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}{1,2,3?"}>|</em>{role?</span>}
|
226
|
+
strong={role?<span class="{role}">}<strong{1,2,3? style="}{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}{1,2,3?"}>|</strong>{role?</span>}
|
227
|
+
monospaced={role?<span class="{role}">}<tt{1,2,3? style="}{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}{1,2,3?"}>|</tt>{role?</span>}
|
228
|
+
singlequoted={role?<span class="{role}">}{1,2,3?<span style="}{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}{1,2,3?">}{amp}#8216;|{amp}#8217;{1,2,3?</span>}{role?</span>}
|
229
|
+
doublequoted={role?<span class="{role}">}{1,2,3?<span style="}{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}{1,2,3?">}{amp}#8220;|{amp}#8221;{1,2,3?</span>}{role?</span>}
|
230
|
+
unquoted={role?<span class="{role}">}{1,2,3?<span style="{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}">}|{1,2,3?</span>}{role?</span>}
|
231
|
+
superscript={role?<span class="{role}">}<sup{1,2,3? style="}{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}{1,2,3?"}>|</sup>{role?</span>}
|
232
|
+
subscript={role?<span class="{role}">}<sub{1,2,3? style="}{1?color:{1};}{2?background-color:{2};}{3?font-size:{3}em;}{1,2,3?"}>|</sub>{role?</span>}
|
233
|
+
endif::deprecated-quotes[]
|
234
|
+
|
235
|
+
# Inline macros
|
236
|
+
[http-inlinemacro]
|
237
|
+
<a href="{name}:{target}">{0={name}:{target}}</a>
|
238
|
+
[https-inlinemacro]
|
239
|
+
<a href="{name}:{target}">{0={name}:{target}}</a>
|
240
|
+
[ftp-inlinemacro]
|
241
|
+
<a href="{name}:{target}">{0={name}:{target}}</a>
|
242
|
+
[file-inlinemacro]
|
243
|
+
<a href="{name}:{target}">{0={name}:{target}}</a>
|
244
|
+
[irc-inlinemacro]
|
245
|
+
<a href="{name}:{target}">{0={name}:{target}}</a>
|
246
|
+
[mailto-inlinemacro]
|
247
|
+
<a href="mailto:{target}">{0={target}}</a>
|
248
|
+
[link-inlinemacro]
|
249
|
+
<a href="{target}">{0={target}}</a>
|
250
|
+
[callto-inlinemacro]
|
251
|
+
<a href="{name}:{target}">{0={target}}</a>
|
252
|
+
# anchor:id[text]
|
253
|
+
[anchor-inlinemacro]
|
254
|
+
<a id="{target}"></a>
|
255
|
+
# [[id,text]]
|
256
|
+
[anchor2-inlinemacro]
|
257
|
+
<a id="{1}"></a>
|
258
|
+
# [[[id]]]
|
259
|
+
[anchor3-inlinemacro]
|
260
|
+
<a id="{1}"></a>[{1}]
|
261
|
+
# xref:id[text]
|
262
|
+
[xref-inlinemacro]
|
263
|
+
<a href="#{target}">{0=[{target}]}</a>
|
264
|
+
# <<id,text>>
|
265
|
+
[xref2-inlinemacro]
|
266
|
+
<a href="#{1}">{2=[{1}]}</a>
|
267
|
+
|
268
|
+
# Special word substitution.
|
269
|
+
[emphasizedwords]
|
270
|
+
<em>{words}</em>
|
271
|
+
[monospacedwords]
|
272
|
+
<tt>{words}</tt>
|
273
|
+
[strongwords]
|
274
|
+
<strong>{words}</strong>
|
275
|
+
|
276
|
+
# Paragraph substitution.
|
277
|
+
[paragraph]
|
278
|
+
<div class="paragraph{role? {role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<p>
|
279
|
+
|
|
280
|
+
</p></div>
|
281
|
+
|
282
|
+
[admonitionparagraph]
|
283
|
+
template::[admonitionblock]
|
284
|
+
|
285
|
+
# Delimited blocks.
|
286
|
+
[listingblock]
|
287
|
+
<div class="listingblock{role? {role}}"{id? id="{id}"}>
|
288
|
+
<div class="title">{caption=}{title}</div>
|
289
|
+
<div class="content">
|
290
|
+
<pre><tt>
|
291
|
+
|
|
292
|
+
</tt></pre>
|
293
|
+
</div></div>
|
294
|
+
|
295
|
+
[literalblock]
|
296
|
+
<div class="literalblock{role? {role}}"{id? id="{id}"}>
|
297
|
+
<div class="title">{title}</div>
|
298
|
+
<div class="content">
|
299
|
+
<pre><tt>
|
300
|
+
|
|
301
|
+
</tt></pre>
|
302
|
+
</div></div>
|
303
|
+
|
304
|
+
[sidebarblock]
|
305
|
+
<div class="sidebarblock{role? {role}}"{id? id="{id}"}>
|
306
|
+
<div class="content">
|
307
|
+
<div class="title">{title}</div>
|
308
|
+
|
|
309
|
+
</div></div>
|
310
|
+
|
311
|
+
[openblock]
|
312
|
+
<div class="openblock{role? {role}}"{id? id="{id}"}>
|
313
|
+
<div class="title">{title}</div>
|
314
|
+
<div class="content">
|
315
|
+
|
|
316
|
+
</div></div>
|
317
|
+
|
318
|
+
[partintroblock]
|
319
|
+
template::[openblock]
|
320
|
+
|
321
|
+
[abstractblock]
|
322
|
+
template::[quoteblock]
|
323
|
+
|
324
|
+
[quoteblock]
|
325
|
+
<div class="quoteblock{role? {role}}"{id? id="{id}"}>
|
326
|
+
<div class="title">{title}</div>
|
327
|
+
<div class="content">
|
328
|
+
|
|
329
|
+
</div>
|
330
|
+
<div class="attribution">
|
331
|
+
<em>{citetitle}</em>{attribution?<br />}
|
332
|
+
— {attribution}
|
333
|
+
</div></div>
|
334
|
+
|
335
|
+
[verseblock]
|
336
|
+
<div class="verseblock{role? {role}}"{id? id="{id}"}>
|
337
|
+
<div class="title">{title}</div>
|
338
|
+
<pre class="content">
|
339
|
+
|
|
340
|
+
</pre>
|
341
|
+
<div class="attribution">
|
342
|
+
<em>{citetitle}</em>{attribution?<br />}
|
343
|
+
— {attribution}
|
344
|
+
</div></div>
|
345
|
+
|
346
|
+
[exampleblock]
|
347
|
+
<div class="exampleblock{role? {role}}"{id? id="{id}"}>
|
348
|
+
<div class="title">{caption={example-caption} {counter:example-number}. }{title}</div>
|
349
|
+
<div class="content">
|
350
|
+
|
|
351
|
+
</div></div>
|
352
|
+
|
353
|
+
[admonitionblock]
|
354
|
+
<div class="admonitionblock{role? {role}}"{id? id="{id}"}>
|
355
|
+
<table><tr>
|
356
|
+
<td class="icon">
|
357
|
+
{data-uri%}{icons#}<img src="{icon={iconsdir}/{name}.png}" alt="{caption}" />
|
358
|
+
{data-uri#}{icons#}<img alt="{caption}" src="data:image/png;base64,
|
359
|
+
{data-uri#}{icons#}{sys:python -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "{eval:os.path.join("{indir={outdir}}","{icon={iconsdir}/{name}.png}")}"}" />
|
360
|
+
{icons%}<div class="title">{caption}</div>
|
361
|
+
</td>
|
362
|
+
<td class="content">
|
363
|
+
<div class="title">{title}</div>
|
364
|
+
|
|
365
|
+
</td>
|
366
|
+
</tr></table>
|
367
|
+
</div>
|
368
|
+
|
369
|
+
# Tables.
|
370
|
+
[tabletags-default]
|
371
|
+
colspec=<col{autowidth-option! width="{colpcwidth}%"} />
|
372
|
+
bodyrow=<tr>|</tr>
|
373
|
+
headdata=<th {colspan@1::colspan="{colspan}" }{rowspan@1::rowspan="{rowspan}" }align="{halign}" valign="{valign}">|</th>
|
374
|
+
bodydata=<td {colspan@1::colspan="{colspan}" }{rowspan@1::rowspan="{rowspan}" }align="{halign}" valign="{valign}">|</td>
|
375
|
+
paragraph=<p class="table">|</p>
|
376
|
+
|
377
|
+
[tabletags-header]
|
378
|
+
paragraph=<p class="table header">|</p>
|
379
|
+
|
380
|
+
[tabletags-emphasis]
|
381
|
+
paragraph=<p class="table"><em>|</em></p>
|
382
|
+
|
383
|
+
[tabletags-strong]
|
384
|
+
paragraph=<p class="table"><strong>|</strong></p>
|
385
|
+
|
386
|
+
[tabletags-monospaced]
|
387
|
+
paragraph=<p class="table"><tt>|</tt></p>
|
388
|
+
|
389
|
+
[tabletags-verse]
|
390
|
+
bodydata=<td {colspan@1::colspan="{colspan}" }{rowspan@1::rowspan="{rowspan}" }align="{halign}" valign="{valign}"><div class="verse">|</div></td>
|
391
|
+
paragraph=
|
392
|
+
|
393
|
+
[tabletags-literal]
|
394
|
+
bodydata=<td {colspan@1::colspan="{colspan}" }{rowspan@1::rowspan="{rowspan}" }align="{halign}" valign="{valign}"><div class="literal"><pre><tt>|</tt></pre></div></td>
|
395
|
+
paragraph=
|
396
|
+
|
397
|
+
[tabletags-asciidoc]
|
398
|
+
bodydata=<td {colspan@1::colspan="{colspan}" }{rowspan@1::rowspan="{rowspan}" }align="{halign}" valign="{valign}"><div>|</div></td>
|
399
|
+
paragraph=
|
400
|
+
|
401
|
+
[table]
|
402
|
+
<div class="tableblock{role? {role}}"{id? id="{id}"}>
|
403
|
+
<table rules="{grid=all}"
|
404
|
+
style="margin-left:{align@left:0}{align@center|right:auto}; margin-right:{align@left|center:auto}{align@right:0};"
|
405
|
+
style="float:{float};"
|
406
|
+
{autowidth-option%}width="{tablepcwidth}%"
|
407
|
+
{autowidth-option#}{width#width="{tablepcwidth}%"}
|
408
|
+
frame="{frame%border}"
|
409
|
+
frame="{frame@topbot:hsides}{frame@all:border}{frame@none:void}{frame@sides:vsides}"
|
410
|
+
cellspacing="0" cellpadding="4">
|
411
|
+
<caption class="title">{caption={table-caption} {counter:table-number}. }{title}</caption>
|
412
|
+
{colspecs}
|
413
|
+
{headrows#}<thead>
|
414
|
+
{headrows}
|
415
|
+
{headrows#}</thead>
|
416
|
+
{footrows#}<tfoot>
|
417
|
+
{footrows}
|
418
|
+
{footrows#}</tfoot>
|
419
|
+
<tbody>
|
420
|
+
{bodyrows}
|
421
|
+
</tbody>
|
422
|
+
</table>
|
423
|
+
</div>
|
424
|
+
|
425
|
+
#--------------------------------------------------------------------
|
426
|
+
# Deprecated old table definitions.
|
427
|
+
#
|
428
|
+
|
429
|
+
[miscellaneous]
|
430
|
+
# Screen width in pixels.
|
431
|
+
pagewidth=800
|
432
|
+
pageunits=
|
433
|
+
|
434
|
+
[old_tabledef-default]
|
435
|
+
template=old_table
|
436
|
+
colspec=<col width="{colwidth}{pageunits}" />
|
437
|
+
bodyrow=<tr>|</tr>
|
438
|
+
headdata=<th align="{colalign}">|</th>
|
439
|
+
footdata=<td align="{colalign}">|</td>
|
440
|
+
bodydata=<td align="{colalign}">|</td>
|
441
|
+
|
442
|
+
[old_table]
|
443
|
+
<div class="tableblock"{id? id="{id}"}>
|
444
|
+
<table rules="{grid=none}"
|
445
|
+
frame="{frame%hsides}"
|
446
|
+
frame="{frame@topbot:hsides}{frame@all:border}{frame@none:void}{frame@sides:vsides}"
|
447
|
+
cellspacing="0" cellpadding="4">
|
448
|
+
<caption class="title">{caption={table-caption}}{title}</caption>
|
449
|
+
{colspecs}
|
450
|
+
{headrows#}<thead>
|
451
|
+
{headrows}
|
452
|
+
{headrows#}</thead>
|
453
|
+
{footrows#}<tfoot>
|
454
|
+
{footrows}
|
455
|
+
{footrows#}</tfoot>
|
456
|
+
<tbody valign="top">
|
457
|
+
{bodyrows}
|
458
|
+
</tbody>
|
459
|
+
</table>
|
460
|
+
</div>
|
461
|
+
|
462
|
+
# End of deprecated old table definitions.
|
463
|
+
#--------------------------------------------------------------------
|
464
|
+
|
465
|
+
[floatingtitle]
|
466
|
+
<h{level@0:1}{level@1:2}{level@2:3}{level@3:4}{level@4:5}{id? id="{id}"} class="float">{title}</h{level@0:1}{level@1:2}{level@2:3}{level@3:4}{level@4:5}>
|
467
|
+
|
468
|
+
[preamble]
|
469
|
+
# Untitled elements between header and first section title.
|
470
|
+
<div id="preamble">
|
471
|
+
<div class="sectionbody">
|
472
|
+
|
|
473
|
+
</div>
|
474
|
+
</div>
|
475
|
+
|
476
|
+
# Document sections.
|
477
|
+
[sect0]
|
478
|
+
<h1{id? id="{id}"}>{title}</h1>
|
479
|
+
|
|
480
|
+
|
481
|
+
[sect1]
|
482
|
+
<div class="sect1{style? {style}}{role? {role}}">
|
483
|
+
<h2{id? id="{id}"}>{numbered?{sectnum} }{title}</h2>
|
484
|
+
<div class="sectionbody">
|
485
|
+
|
|
486
|
+
</div>
|
487
|
+
</div>
|
488
|
+
|
489
|
+
[sect2]
|
490
|
+
<div class="sect2{style? {style}}{role? {role}}">
|
491
|
+
<h3{id? id="{id}"}>{numbered?{sectnum} }{title}</h3>
|
492
|
+
|
|
493
|
+
</div>
|
494
|
+
|
495
|
+
[sect3]
|
496
|
+
<div class="sect3{style? {style}}{role? {role}}">
|
497
|
+
<h4{id? id="{id}"}>{numbered?{sectnum} }{title}</h4>
|
498
|
+
|
|
499
|
+
</div>
|
500
|
+
|
501
|
+
[sect4]
|
502
|
+
<div class="sect4{style? {style}}{role? {role}}">
|
503
|
+
<h5{id? id="{id}"}>{title}</h5>
|
504
|
+
|
|
505
|
+
</div>
|
506
|
+
|
507
|
+
[appendix]
|
508
|
+
<div class="sect1{style? {style}}{role? {role}}">
|
509
|
+
<h2{id? id="{id}"}>{numbered?{sectnum} }{appendix-caption} {counter:appendix-number:A}: {title}</h2>
|
510
|
+
<div class="sectionbody">
|
511
|
+
|
|
512
|
+
</div>
|
513
|
+
</div>
|
514
|
+
|
515
|
+
[toc]
|
516
|
+
<div id="toc">
|
517
|
+
<div id="toctitle">{toc-title}</div>
|
518
|
+
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
|
519
|
+
</div>
|
520
|
+
|
521
|
+
[header]
|
522
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
523
|
+
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
524
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang=en}">
|
525
|
+
<head>
|
526
|
+
<meta http-equiv="Content-Type" content="{quirks=application/xhtml+xml}{quirks?text/html}; charset={encoding}" />
|
527
|
+
<meta name="generator" content="AsciiDoc {asciidoc-version}" />
|
528
|
+
<meta name="description" content="{description}" />
|
529
|
+
<meta name="keywords" content="{keywords}" />
|
530
|
+
<title>{title}</title>
|
531
|
+
{title%}<title>{doctitle=}</title>
|
532
|
+
ifdef::linkcss[]
|
533
|
+
<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}.css" type="text/css" />
|
534
|
+
{doctype-manpage}<link rel="stylesheet" href="{stylesdir=.}/{theme=asciidoc}-manpage.css" type="text/css" />
|
535
|
+
ifdef::quirks[]
|
536
|
+
<link rel="stylesheet" href="{stylesdir=.}/xhtml11-quirks.css" type="text/css" />
|
537
|
+
endif::quirks[]
|
538
|
+
ifdef::pygments[<link rel="stylesheet" href="{stylesdir=.}/pygments.css" type="text/css" />]
|
539
|
+
ifdef::toc2[<link rel="stylesheet" href="{stylesdir=.}/toc2.css" type="text/css" />]
|
540
|
+
<link rel="stylesheet" href="{stylesdir=.}/{stylesheet}" type="text/css" />
|
541
|
+
endif::linkcss[]
|
542
|
+
ifndef::linkcss[]
|
543
|
+
<style type="text/css">
|
544
|
+
include1::{stylesdir=./stylesheets}/{theme=asciidoc}.css[]
|
545
|
+
ifdef::doctype-manpage[]
|
546
|
+
include1::{stylesdir=./stylesheets}/{theme=asciidoc}-manpage.css[]
|
547
|
+
endif::doctype-manpage[]
|
548
|
+
ifdef::quirks[]
|
549
|
+
include1::{stylesdir=./stylesheets}/xhtml11-quirks.css[]
|
550
|
+
endif::quirks[]
|
551
|
+
ifdef::pygments[]
|
552
|
+
include1::{stylesdir=./stylesheets}/pygments.css[]
|
553
|
+
endif::pygments[]
|
554
|
+
ifdef::toc2[]
|
555
|
+
include1::{stylesdir=./stylesheets}/toc2.css[]
|
556
|
+
endif::toc2[]
|
557
|
+
include1::{stylesheet}[]
|
558
|
+
</style>
|
559
|
+
endif::linkcss[]
|
560
|
+
ifndef::disable-javascript[]
|
561
|
+
ifdef::linkcss[]
|
562
|
+
<script type="text/javascript" src="{scriptsdir=.}/asciidoc.js"></script>
|
563
|
+
<script type="text/javascript">
|
564
|
+
# Escape as CDATA to pass validators.
|
565
|
+
/*<![CDATA[*/
|
566
|
+
asciidoc.install({toc,toc2?{toclevels}});
|
567
|
+
/*]]>*/
|
568
|
+
</script>
|
569
|
+
endif::linkcss[]
|
570
|
+
ifndef::linkcss[]
|
571
|
+
<script type="text/javascript">
|
572
|
+
# Escape as CDATA to pass validators.
|
573
|
+
/*<![CDATA[*/
|
574
|
+
include1::{scriptsdir=./javascripts}/asciidoc.js[]
|
575
|
+
asciidoc.install({toc,toc2?{toclevels}});
|
576
|
+
/*]]>*/
|
577
|
+
</script>
|
578
|
+
endif::linkcss[]
|
579
|
+
endif::disable-javascript[]
|
580
|
+
ifdef::asciimath[]
|
581
|
+
ifdef::linkcss[]
|
582
|
+
<script type="text/javascript" src="{scriptsdir=.}/ASCIIMathML.js"></script>
|
583
|
+
endif::linkcss[]
|
584
|
+
ifndef::linkcss[]
|
585
|
+
<script type="text/javascript">
|
586
|
+
# Escape as CDATA to pass validators.
|
587
|
+
/*<![CDATA[*/
|
588
|
+
include1::{scriptsdir=./javascripts}/ASCIIMathML.js[]
|
589
|
+
/*]]>*/
|
590
|
+
</script>
|
591
|
+
endif::linkcss[]
|
592
|
+
endif::asciimath[]
|
593
|
+
ifdef::latexmath[]
|
594
|
+
ifdef::linkcss[]
|
595
|
+
<script type="text/javascript" src="{scriptsdir=.}/LaTeXMathML.js"></script>
|
596
|
+
endif::linkcss[]
|
597
|
+
ifndef::linkcss[]
|
598
|
+
<script type="text/javascript">
|
599
|
+
# Escape as CDATA to pass validators.
|
600
|
+
/*<![CDATA[*/
|
601
|
+
include1::{scriptsdir=./javascripts}/LaTeXMathML.js[]
|
602
|
+
/*]]>*/
|
603
|
+
</script>
|
604
|
+
endif::linkcss[]
|
605
|
+
endif::latexmath[]
|
606
|
+
{docinfo1,docinfo2#}{include:{docdir}/docinfo.html}
|
607
|
+
{docinfo,docinfo2#}{include:{docdir}/{docname}-docinfo.html}
|
608
|
+
</head>
|
609
|
+
<body class="{doctype}"{max-width? style="max-width:{max-width}"}>
|
610
|
+
# Article, book header.
|
611
|
+
ifndef::doctype-manpage[]
|
612
|
+
<div id="header">
|
613
|
+
ifndef::notitle[<h1>{doctitle}</h1>]
|
614
|
+
ifdef::doctitle[]
|
615
|
+
<span id="author">{author}</span><br />
|
616
|
+
<span id="email"><tt><<a href="mailto:{email}">{email}</a>></tt></span><br />
|
617
|
+
<span id="revnumber">version {revnumber}{revdate?,}</span>
|
618
|
+
<span id="revdate">{revdate}</span>
|
619
|
+
<br /><span id="revremark">{revremark}</span>
|
620
|
+
endif::doctitle[]
|
621
|
+
ifdef::toc,toc2[{template:toc}]
|
622
|
+
</div>
|
623
|
+
endif::doctype-manpage[]
|
624
|
+
# Man page header.
|
625
|
+
ifdef::doctype-manpage[]
|
626
|
+
<div id="header">
|
627
|
+
<h1>
|
628
|
+
{doctitle} Manual Page
|
629
|
+
</h1>
|
630
|
+
ifdef::toc,toc2[{template:toc}]
|
631
|
+
<h2>{manname-title}</h2>
|
632
|
+
<div class="sectionbody">
|
633
|
+
<p>{manname} -
|
634
|
+
{manpurpose}
|
635
|
+
</p>
|
636
|
+
</div>
|
637
|
+
</div>
|
638
|
+
endif::doctype-manpage[]
|
639
|
+
<div id="content">
|
640
|
+
|
641
|
+
[footer]
|
642
|
+
</div>
|
643
|
+
{disable-javascript%<div id="footnotes"><hr /></div>}
|
644
|
+
<div id="footer">
|
645
|
+
<div id="footer-text">
|
646
|
+
template::[footer-text]
|
647
|
+
</div>
|
648
|
+
ifdef::badges[]
|
649
|
+
<div id="footer-badges">
|
650
|
+
ifndef::icons[]
|
651
|
+
Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
|
652
|
+
and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
|
653
|
+
endif::icons[]
|
654
|
+
ifdef::icons[]
|
655
|
+
<a href="http://validator.w3.org/check?uri=referer">
|
656
|
+
<img style="border:0;width:88px;height:31px"
|
657
|
+
src="http://www.w3.org/Icons/valid-xhtml11-blue"
|
658
|
+
alt="Valid XHTML 1.1" height="31" width="88" />
|
659
|
+
</a>
|
660
|
+
<a href="http://jigsaw.w3.org/css-validator/">
|
661
|
+
<img style="border:0;width:88px;height:31px"
|
662
|
+
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
|
663
|
+
alt="Valid CSS!" />
|
664
|
+
</a>
|
665
|
+
<a href="http://www.mozilla.org/products/firefox/">
|
666
|
+
<img style="border:none; width:110px; height:32px;"
|
667
|
+
src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
|
668
|
+
alt="Get Firefox!" />
|
669
|
+
</a>
|
670
|
+
endif::icons[]
|
671
|
+
</div>
|
672
|
+
endif::badges[]
|
673
|
+
</div>
|
674
|
+
</body>
|
675
|
+
</html>
|
676
|
+
|
677
|
+
ifdef::doctype-manpage[]
|
678
|
+
[synopsis]
|
679
|
+
template::[sect1]
|
680
|
+
endif::doctype-manpage[]
|
681
|
+
|
682
|
+
ifdef::quirks[]
|
683
|
+
include::xhtml11-quirks.conf[]
|
684
|
+
endif::quirks[]
|