summaryrefslogtreecommitdiff
path: root/doc/asciidoc/BUGS.txt
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-02-17 18:04:46 +1100
committerChris Johns <chrisj@rtems.org>2014-02-17 18:04:46 +1100
commitf91e023fc4c68867e8ef9476ae28226feaa9929e (patch)
treec7daa4f99352fc45e27c5f5fa53d07b51292c14f /doc/asciidoc/BUGS.txt
parent11d4b8976e9c5fa13c77faecc197cc9d1bc1ddfc (diff)
Add the documentation.
Diffstat (limited to 'doc/asciidoc/BUGS.txt')
-rw-r--r--doc/asciidoc/BUGS.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/asciidoc/BUGS.txt b/doc/asciidoc/BUGS.txt
new file mode 100644
index 0000000..b74c1a2
--- /dev/null
+++ b/doc/asciidoc/BUGS.txt
@@ -0,0 +1,20 @@
+Bugs and Known Problems
+=======================
+
+AsciiDoc
+--------
+- A benign warning 'with will become a reserved keyword
+ in Python 2.6' sometimes occurs when using Python 2.5 -- it's
+ harmless and will disappear with Python 3.
+- Reported line numbers in diagnostic messages are sometimes wrong.
+- Attribute references in macro attribute lists can't be unescaped
+ (with the exception of attribute list entry `{0}`).
+- Section numbering is incorrect when outputting HTML from a
+ multi-part book type document. This is not a biggy since multi-part
+ books are generally processed to DocBook.
+- A row of apostrophes in an inline context throws AsciiDoc into an
+ endless loop. The problem seems to be in the input file 'Reader'.
+
+dblatex
+-------
+See `./dblatex/dblatex-readme.txt`.