summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasterOdin <matt.peveler@gmail.com>2020-10-30 14:50:08 +0000
committerMasterOdin <matt.peveler@gmail.com>2020-10-30 14:50:08 +0000
commit0959c6fb96b8804b9ad37257673868b6f1f33ac9 (patch)
tree2818176bd7d380e49f0a38d84c5bd84479ebcc2e
parentd84977e04d302091537b2a43a427927c16f1f726 (diff)
downloadasciidoc-py3-0959c6fb96b8804b9ad37257673868b6f1f33ac9.tar.gz
deploy: 8de61a75
Signed-off-by: MasterOdin <matt.peveler@gmail.com>
-rw-r--r--CHANGELOG.html40
-rw-r--r--CHANGELOG.txt11
-rw-r--r--INSTALL.html24
-rw-r--r--README-website.html6
-rw-r--r--README.html6
-rw-r--r--a2x.1.html6
-rw-r--r--article-html5-toc2.html10
-rw-r--r--article-standalone.html10
-rw-r--r--article.html10
-rw-r--r--article.pdfbin38080 -> 38080 bytes
-rw-r--r--asciidoc-docbook-xsl.html6
-rw-r--r--asciidoc-graphviz-sample.html6
-rw-r--r--asciidoc.16
-rw-r--r--asciidoc.1.css-embedded.html6
-rw-r--r--asciidoc.1.html6
-rw-r--r--asciidoc.css-embedded.html10
-rw-r--r--asciidoc.html10
-rw-r--r--asciidoc.pdfbin463136 -> 463136 bytes
-rw-r--r--asciidocapi.html6
-rw-r--r--asciimathml.html6
-rw-r--r--book-multi.html10
-rw-r--r--book.html10
-rw-r--r--epub-notes.html6
-rw-r--r--faq.html6
-rw-r--r--index.html8
-rw-r--r--latex-backend.html10
-rw-r--r--latex-bugs.html10
-rw-r--r--latex-filter.html6
-rw-r--r--latexmath.html6
-rw-r--r--latexmathml.html6
-rw-r--r--manpage.html6
-rw-r--r--music-filter.html6
-rw-r--r--newlists.html6
-rw-r--r--newtables.html6
-rw-r--r--plugins.html6
-rw-r--r--publishing-ebooks-with-asciidoc.html6
-rw-r--r--slidy-example.html10
-rw-r--r--slidy.html10
-rw-r--r--source-highlight-filter.html6
-rw-r--r--support.html6
-rw-r--r--testasciidoc.1.html6
-rw-r--r--testasciidoc.html6
-rw-r--r--userguide.html10
-rw-r--r--version83.html6
44 files changed, 202 insertions, 157 deletions
diff --git a/CHANGELOG.html b/CHANGELOG.html
index 6e08e7a..53b2f27 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc ChangeLog</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -43,6 +43,40 @@ asciidoc.install();
</div>
<div id="content">
<div class="sect1">
+<h2 id="_version_9_0_4_2020_10_20">Version 9.0.4 (2020-10-20)</h2>
+<div class="sectionbody">
+<div class="ulist"><div class="title">Bug fixes</div><ul>
+<li>
+<p>
+Fix listing out installed plugins (e.g. --filter list)
+</p>
+</li>
+<li>
+<p>
+Fix python version check failing on 3.10 (thanks @hoadlck)
+</p>
+</li>
+</ul></div>
+<div class="ulist"><div class="title">Testing</div><ul>
+<li>
+<p>
+Update to deadsnakes/python@v2.0.0 for testing dev python versions
+</p>
+</li>
+<li>
+<p>
+Move from testing against 3.9-dev to stable 3.9
+</p>
+</li>
+<li>
+<p>
+Add 3.10-dev test target
+</p>
+</li>
+</ul></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_version_9_0_3_2020_10_05">Version 9.0.3 (2020-10-05)</h2>
<div class="sectionbody">
<div class="ulist"><div class="title">Bug fixes</div><ul>
@@ -8245,8 +8279,8 @@ Fixed error that occurred when <em>==</em> title underline was
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:26 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:56 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index c85e3d3..8b79717 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,6 +3,17 @@ AsciiDoc ChangeLog
:website: https://asciidoc.org/
+Version 9.0.4 (2020-10-20)
+--------------------------
+.Bug fixes
+- Fix listing out installed plugins (e.g. --filter list)
+- Fix python version check failing on 3.10 (thanks @hoadlck)
+
+.Testing
+- Update to deadsnakes/python@v2.0.0 for testing dev python versions
+- Move from testing against 3.9-dev to stable 3.9
+- Add 3.10-dev test target
+
Version 9.0.3 (2020-10-05)
--------------------------
.Bug fixes
diff --git a/INSTALL.html b/INSTALL.html
index bcffad0..5a8b0b6 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc Installation</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -89,13 +89,13 @@ Make sure you have <a href="https://git-scm.com/">Git</a>
<li>
<p>
Go to the directory you want to install AsciiDoc into and download
- the repository. This example gets the 9.0.3 tagged release:
+ the repository. This example gets the 9.0.4 tagged release:
</p>
<div class="literalblock">
<div class="content">
<pre><code>$ cd ~/bin
-$ git clone https://github.com/asciidoc/asciidoc-py3 asciidoc-9.0.3
-$ git checkout 9.0.3</code></pre>
+$ git clone https://github.com/asciidoc/asciidoc-py3 asciidoc-9.0.4
+$ git checkout 9.0.4</code></pre>
</div></div>
</li>
</ul></div>
@@ -108,8 +108,8 @@ system-wide install.</p></div>
so it&#8217;s easy to execute <code>asciidoc</code> from the command line, for example:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>$ ln -s ~/bin/asciidoc-9.0.3/asciidoc.py ~/bin/asciidoc
-$ ln -s ~/bin/asciidoc-9.0.3/a2x.py ~/bin/a2x</code></pre>
+<pre><code>$ ln -s ~/bin/asciidoc-9.0.4/asciidoc.py ~/bin/asciidoc
+$ ln -s ~/bin/asciidoc-9.0.4/a2x.py ~/bin/a2x</code></pre>
</div></div>
<div class="paragraph"><p>Use the git <code>pull</code> command to update your local AsciiDoc repository.</p></div>
</div>
@@ -145,8 +145,8 @@ directory.</p></div>
that is tailored for your system. To install:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>$ tar -xzf asciidoc-9.0.3.tar.gz
-$ cd asciidoc-9.0.3
+<pre><code>$ tar -xzf asciidoc-9.0.4.tar.gz
+$ cd asciidoc-9.0.4
$ ./configure
$ sudo make install</code></pre>
</div></div>
@@ -172,9 +172,9 @@ few people using it on Windows. To install AsciiDoc on Windows unzip
the distribution zip file contents:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>$ unzip asciidoc-9.0.3.zip</code></pre>
+<pre><code>$ unzip asciidoc-9.0.4.zip</code></pre>
</div></div>
-<div class="paragraph"><p>This will create the folder <code>asciidoc-9.0.3</code> containing the
+<div class="paragraph"><p>This will create the folder <code>asciidoc-9.0.4</code> containing the
<code>asciidoc.py</code> and <code>a2x.py</code> executables along with configuration files
and documentation.</p></div>
<div class="paragraph"><p>To generate DocBook based outputs (e.g. PDFs) you will also need a
@@ -264,8 +264,8 @@ Guide</em>.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:27 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:58 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/README-website.html b/README-website.html
index f9b37fd..68196d5 100644
--- a/README-website.html
+++ b/README-website.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc Website</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -101,8 +101,8 @@ browsers.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:28 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:58 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/README.html b/README.html
index 89fb24d..8a7a899 100644
--- a/README.html
+++ b/README.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title></title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -129,8 +129,8 @@ Public License version 2 (GPLv2).</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:28 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:58 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/a2x.1.html b/a2x.1.html
index f83a4b5..ecf198d 100644
--- a/a2x.1.html
+++ b/a2x.1.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>A2X(1)</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./asciidoc-manpage.css" type="text/css" />
@@ -711,8 +711,8 @@ contributed to it.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:28 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:58 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/article-html5-toc2.html b/article-html5-toc2.html
index 16ea9f0..2ca77ba 100644
--- a/article-html5-toc2.html
+++ b/article-html5-toc2.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="generator" content="AsciiDoc 9.0.3">
+<meta name="generator" content="AsciiDoc 9.0.4">
<title>The Article Title</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -839,8 +839,8 @@ asciidoc.install(2);
<h1>The Article Title</h1>
<span id="author">Author's Name</span><br>
<span id="email" class="monospaced">&lt;<a href="mailto:authors@email.address">authors@email.address</a>&gt;</span><br>
-<span id="revnumber">version 9.0.3,</span>
-<span id="revdate">05 October 2020</span>
+<span id="revnumber">version 9.0.4,</span>
+<span id="revdate">20 October 2020</span>
<div id="toc">
<div id="toctitle">Table of Contents</div>
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
@@ -1011,9 +1011,9 @@ A second glossary term
<div id="footnotes"><hr></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br>
+Version 9.0.4<br>
Last updated
- 2020-10-30 14:29:25 UTC
+ 2020-10-30 14:48:56 UTC
</div>
</div>
</body>
diff --git a/article-standalone.html b/article-standalone.html
index a631c71..e4032bc 100644
--- a/article-standalone.html
+++ b/article-standalone.html
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>The Article Title</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -737,8 +737,8 @@ asciidoc.install(2);
<h1>The Article Title</h1>
<span id="author">Author's Name</span><br />
<span id="email"><code>&lt;<a href="mailto:authors@email.address">authors@email.address</a>&gt;</code></span><br />
-<span id="revnumber">version 9.0.3,</span>
-<span id="revdate">05 October 2020</span>
+<span id="revnumber">version 9.0.4,</span>
+<span id="revdate">20 October 2020</span>
<div id="toc">
<div id="toctitle">Table of Contents</div>
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
@@ -1078,9 +1078,9 @@ A second glossary term
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
+Version 9.0.4<br />
Last updated
- 2020-10-30 14:29:25 UTC
+ 2020-10-30 14:48:56 UTC
</div>
</div>
</body>
diff --git a/article.html b/article.html
index b5c3caf..158b58d 100644
--- a/article.html
+++ b/article.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>The Article Title</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -42,8 +42,8 @@ asciidoc.install();
<h1>The Article Title</h1>
<span id="author">Author's Name</span><br />
<span id="email"><code>&lt;<a href="mailto:authors@email.address">authors@email.address</a>&gt;</code></span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
</div>
<div id="content">
<div id="preamble">
@@ -212,8 +212,8 @@ A second glossary term
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:29 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:59 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/article.pdf b/article.pdf
index d909793..f261e1d 100644
--- a/article.pdf
+++ b/article.pdf
Binary files differ
diff --git a/asciidoc-docbook-xsl.html b/asciidoc-docbook-xsl.html
index 0d6a758..d60af8e 100644
--- a/asciidoc-docbook-xsl.html
+++ b/asciidoc-docbook-xsl.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc DocBook XSL Stylesheets Notes</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -134,8 +134,8 @@ without chapter numbering.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:29 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:59 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/asciidoc-graphviz-sample.html b/asciidoc-graphviz-sample.html
index a206204..6b66ad8 100644
--- a/asciidoc-graphviz-sample.html
+++ b/asciidoc-graphviz-sample.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Graphviz filter for AsciiDoc</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -219,8 +219,8 @@ digraph finite_state_machine {
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:29 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:48:59 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/asciidoc.1 b/asciidoc.1
index 77ad36e..893810f 100644
--- a/asciidoc.1
+++ b/asciidoc.1
@@ -2,12 +2,12 @@
.\" Title: asciidoc
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\" Date: 05 October 2020
+.\" Date: 20 October 2020
.\" Manual: \ \&
-.\" Source: \ \& 9.0.3
+.\" Source: \ \& 9.0.4
.\" Language: English
.\"
-.TH "ASCIIDOC" "1" "05 October 2020" "\ \& 9\&.0\&.3" "\ \&"
+.TH "ASCIIDOC" "1" "20 October 2020" "\ \& 9\&.0\&.4" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/asciidoc.1.css-embedded.html b/asciidoc.1.css-embedded.html
index 8b351e3..f8fa714 100644
--- a/asciidoc.1.css-embedded.html
+++ b/asciidoc.1.css-embedded.html
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>ASCIIDOC(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -1160,9 +1160,9 @@ Public License version 2 (GPLv2).</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
+Version 9.0.4<br />
Last updated
- 2020-10-30 14:29:25 UTC
+ 2020-10-30 14:48:56 UTC
</div>
</div>
</body>
diff --git a/asciidoc.1.html b/asciidoc.1.html
index 6c43f24..f43ce3f 100644
--- a/asciidoc.1.html
+++ b/asciidoc.1.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="generator" content="AsciiDoc 9.0.3">
+<meta name="generator" content="AsciiDoc 9.0.4">
<title>ASCIIDOC(1)</title>
</head>
<body>
@@ -378,9 +378,9 @@ Public License version 2 (GPLv2).</p>
<p></p>
<p></p>
<hr><p><small>
-Version 9.0.3<br>
+Version 9.0.4<br>
Last updated
- 2020-10-30 14:29:25 UTC
+ 2020-10-30 14:48:56 UTC
</small></p>
</body>
</html>
diff --git a/asciidoc.css-embedded.html b/asciidoc.css-embedded.html
index 986a94a..d0c37cf 100644
--- a/asciidoc.css-embedded.html
+++ b/asciidoc.css-embedded.html
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc User Guide</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -737,8 +737,8 @@ asciidoc.install(2);
<h1>AsciiDoc User Guide</h1>
<span id="author">Stuart Rackham</span><br />
<span id="email"><code>&lt;<a href="mailto:srackham@gmail.com">srackham@gmail.com</a>&gt;</code></span><br />
-<span id="revnumber">version 9.0.3,</span>
-<span id="revdate">05 October 2020</span>
+<span id="revnumber">version 9.0.4,</span>
+<span id="revdate">20 October 2020</span>
<div id="toc">
<div id="toctitle">Table of Contents</div>
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
@@ -10450,9 +10450,9 @@ General Public License version 2 for more details.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
+Version 9.0.4<br />
Last updated
- 2020-10-30 14:29:25 UTC
+ 2020-10-30 14:48:56 UTC
</div>
</div>
</body>
diff --git a/asciidoc.html b/asciidoc.html
index 6113da5..d8dfa08 100644
--- a/asciidoc.html
+++ b/asciidoc.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc User Guide</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -42,8 +42,8 @@ asciidoc.install(2);
<h1>AsciiDoc User Guide</h1>
<span id="author">Stuart Rackham</span><br />
<span id="email"><code>&lt;<a href="mailto:srackham@gmail.com">srackham@gmail.com</a>&gt;</code></span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
<div id="toc">
<div id="toctitle">Table of Contents</div>
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
@@ -9755,8 +9755,8 @@ General Public License version 2 for more details.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:30 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:00 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/asciidoc.pdf b/asciidoc.pdf
index ca61f9c..52084b7 100644
--- a/asciidoc.pdf
+++ b/asciidoc.pdf
Binary files differ
diff --git a/asciidocapi.html b/asciidocapi.html
index e2e9666..e8cf19d 100644
--- a/asciidocapi.html
+++ b/asciidocapi.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc API</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -342,8 +342,8 @@ error occurs.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:40 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:09 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/asciimathml.html b/asciimathml.html
index 37ef082..80be2bd 100644
--- a/asciimathml.html
+++ b/asciimathml.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>ASCIIMathML Formulae</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -152,8 +152,8 @@ get the two solutions:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:41 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:10 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/book-multi.html b/book-multi.html
index 52fc66b..b4410f8 100644
--- a/book-multi.html
+++ b/book-multi.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Multi-Part Book Title Goes Here</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -41,8 +41,8 @@ asciidoc.install();
<div id="header">
<h1>Multi-Part Book Title Goes Here</h1>
<span id="author">Author's Name</span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
</div>
<div id="content">
<div class="sect1">
@@ -264,8 +264,8 @@ A second glossary term
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:41 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:10 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/book.html b/book.html
index d078f07..ab66e7f 100644
--- a/book.html
+++ b/book.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Book Title Goes Here</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -41,8 +41,8 @@ asciidoc.install();
<div id="header">
<h1>Book Title Goes Here</h1>
<span id="author">Author's Name</span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
</div>
<div id="content">
<div class="sect1">
@@ -230,8 +230,8 @@ A second glossary term
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:41 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:10 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/epub-notes.html b/epub-notes.html
index b9f5941..df964fa 100644
--- a/epub-notes.html
+++ b/epub-notes.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc EPUB Notes</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -270,8 +270,8 @@ will emit errors like &#8220;extra field length for first filename must be
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:41 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:10 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/faq.html b/faq.html
index 9ee196a..280b295 100644
--- a/faq.html
+++ b/faq.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc Frequently Asked Questions</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -1808,8 +1808,8 @@ by Dan Allen</a>.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:42 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:11 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/index.html b/index.html
index 690710c..a17566d 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<meta name="description" content="AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page." />
<meta name="keywords" content="AsciiDoc, DocBook, EPUB, PDF, ebooks, slideshow, slidy, man page" />
<title>AsciiDoc Home Page</title>
@@ -52,7 +52,7 @@ asciidoc.install(1);
<div class="sectionbody">
<div class="sidebarblock">
<div class="content">
-<div class="title">05 October 2020: AsciiDoc 9.0.3 Released</div>
+<div class="title">20 October 2020: AsciiDoc 9.0.4 Released</div>
<div class="paragraph"><p>Read the <a href="CHANGELOG.html">CHANGELOG</a> for release highlights and a
full list of all additions, changes and bug fixes. Changes are
documented in the updated <a href="userguide.html">User Guide</a>. See the
@@ -981,8 +981,8 @@ Include documentation updates if you&#8217;re up to it; otherwise insert
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:42 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:11 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/latex-backend.html b/latex-backend.html
index c396677..044766b 100644
--- a/latex-backend.html
+++ b/latex-backend.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>LaTeX backend for Asciidoc</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -42,8 +42,8 @@ asciidoc.install();
<h1>LaTeX backend for Asciidoc</h1>
<span id="author">Benjamin Klum</span><br />
<span id="email"><code>&lt;<a href="mailto:benjamin.klum@gmail.com">benjamin.klum@gmail.com</a>&gt;</code></span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
</div>
<div id="content">
<div class="sect1">
@@ -554,8 +554,8 @@ Option for switching titlepage on and off
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:43 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:12 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/latex-bugs.html b/latex-bugs.html
index 853edb2..80d8e34 100644
--- a/latex-bugs.html
+++ b/latex-bugs.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Bugs in asciidoc latex backend</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -41,8 +41,8 @@ asciidoc.install();
<div id="header">
<h1>Bugs in asciidoc latex backend</h1>
<span id="author">Geoff Eddy</span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
</div>
<div id="content">
<div id="preamble">
@@ -404,8 +404,8 @@ Wait until this bug is fixed?
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:43 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:12 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/latex-filter.html b/latex-filter.html
index 4799a54..e0ef4b6 100644
--- a/latex-filter.html
+++ b/latex-filter.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>LaTeX Filter</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -271,8 +271,8 @@ The <code>asciidoc(1)</code> input and output files cannot both be <code>-</code
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:44 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:12 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/latexmath.html b/latexmath.html
index 790fc50..11aaba5 100644
--- a/latexmath.html
+++ b/latexmath.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Embedding LaTeX Math in AsciiDoc dblatex documents</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -160,8 +160,8 @@ passthrough delimited block.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:45 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:13 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/latexmathml.html b/latexmathml.html
index 2f9e98a..9b81661 100644
--- a/latexmathml.html
+++ b/latexmathml.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>LaTeXMathML Formulae</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -103,8 +103,8 @@ $\displaystyle{ V_i = C_0 - C_3
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:45 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:14 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/manpage.html b/manpage.html
index f908090..070eed6 100644
--- a/manpage.html
+++ b/manpage.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>ASCIIDOC(1)</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./asciidoc-manpage.css" type="text/css" />
@@ -466,8 +466,8 @@ Public License version 2 (GPLv2).</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:45 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:14 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/music-filter.html b/music-filter.html
index 85b2164..00e3ade 100644
--- a/music-filter.html
+++ b/music-filter.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Music Filter</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -214,8 +214,8 @@ a problem).</td>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:46 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:14 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/newlists.html b/newlists.html
index 418f778..4f69422 100644
--- a/newlists.html
+++ b/newlists.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc New Lists</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -97,8 +97,8 @@ You&#8217;ll need to update any customized configuration file list
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:47 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:16 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/newtables.html b/newtables.html
index f497eff..e4d7b5a 100644
--- a/newtables.html
+++ b/newtables.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc New tables</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -1369,8 +1369,8 @@ v|&amp;nbsp;
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:48 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:16 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/plugins.html b/plugins.html
index b7abd8b..9c5f48e 100644
--- a/plugins.html
+++ b/plugins.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc Plugins</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -216,8 +216,8 @@ cellspacing="0" cellpadding="4">
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:49 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:18 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/publishing-ebooks-with-asciidoc.html b/publishing-ebooks-with-asciidoc.html
index a4463e6..1332b2f 100644
--- a/publishing-ebooks-with-asciidoc.html
+++ b/publishing-ebooks-with-asciidoc.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<meta name="description" content="How to create EPUB and PDF ebooks using AsciiDoc." />
<meta name="keywords" content="AsciiDoc, EPUB tools, EPUB, PDF, ebooks" />
<title>Publishing eBooks with AsciiDoc</title>
@@ -555,8 +555,8 @@ can be formatted as EPUB eBooks.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:50 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:18 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/slidy-example.html b/slidy-example.html
index 12729f5..7779dc7 100644
--- a/slidy-example.html
+++ b/slidy-example.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Slidy Example Slideshow</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -41,8 +41,8 @@ asciidoc.install();
<div id="header">
<h1>Slidy Example Slideshow</h1>
<span id="author">Joe Bloggs</span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
</div>
<div id="content">
<div id="preamble">
@@ -752,8 +752,8 @@ SUVORK5CYII=" />
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:50 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:18 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/slidy.html b/slidy.html
index 7c78e83..bc3874e 100644
--- a/slidy.html
+++ b/slidy.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Slidy backend for AsciiDoc</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -41,8 +41,8 @@ asciidoc.install();
<div id="header">
<h1>Slidy backend for AsciiDoc</h1>
<span id="author">Stuart Rackham</span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
</div>
<div id="content">
<div id="preamble">
@@ -269,8 +269,8 @@ Use the AsciiDoc <em>max-width</em> attribute to set the document display
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:51 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:19 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/source-highlight-filter.html b/source-highlight-filter.html
index 9fe1add..0cda5b6 100644
--- a/source-highlight-filter.html
+++ b/source-highlight-filter.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>Source Code Highlight Filter</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -441,8 +441,8 @@ You should place callout markers inside source code comments to
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:51 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:20 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/support.html b/support.html
index 25527b8..1dda4c3 100644
--- a/support.html
+++ b/support.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc Support</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -65,8 +65,8 @@ Questions about general syntax or usage should be posted to the
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:52 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:20 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/testasciidoc.1.html b/testasciidoc.1.html
index 1d76dce..77bac29 100644
--- a/testasciidoc.1.html
+++ b/testasciidoc.1.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>TESTASCIIDOC(1)</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./asciidoc-manpage.css" type="text/css" />
@@ -252,8 +252,8 @@ contributed to it.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:52 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:20 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/testasciidoc.html b/testasciidoc.html
index 89535a9..40d0ddc 100644
--- a/testasciidoc.html
+++ b/testasciidoc.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc Tests</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -401,8 +401,8 @@ directory).</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:52 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:21 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/userguide.html b/userguide.html
index 12bbfa9..0b23cca 100644
--- a/userguide.html
+++ b/userguide.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc User Guide</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -42,8 +42,8 @@ asciidoc.install(2);
<h1>AsciiDoc User Guide</h1>
<span id="author">Stuart Rackham</span><br />
<span id="email"><code>&lt;<a href="mailto:srackham@gmail.com">srackham@gmail.com</a>&gt;</code></span><br />
-<span id="revision">version 9.0.3,</span>
-05 October 2020
+<span id="revision">version 9.0.4,</span>
+20 October 2020
<div id="toc">
<div id="toctitle">Table of Contents</div>
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
@@ -9755,8 +9755,8 @@ General Public License version 2 for more details.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:29:52 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:21 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">
diff --git a/version83.html b/version83.html
index db9bf61..44890a3 100644
--- a/version83.html
+++ b/version83.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.3" />
+<meta name="generator" content="AsciiDoc 9.0.4" />
<title>AsciiDoc Version 8.3</title>
<link rel="stylesheet" href="./asciidoc.css" type="text/css" />
<link rel="stylesheet" href="./layout2.css" type="text/css" />
@@ -107,8 +107,8 @@ additions and changes.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Version 9.0.3<br />
-Last updated 2020-10-30 14:30:02 UTC<br />
+Version 9.0.4<br />
+Last updated 2020-10-30 14:49:30 UTC<br />
AsciiDoc is a trademark of the Eclipse Foundation, Inc.
</div>
<div id="footer-badges">