summaryrefslogtreecommitdiff
path: root/BUGS.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS.adoc')
-rw-r--r--BUGS.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/BUGS.adoc b/BUGS.adoc
new file mode 100644
index 0000000..663c2f7
--- /dev/null
+++ b/BUGS.adoc
@@ -0,0 +1,17 @@
+Bugs and Known Problems
+=======================
+
+AsciiDoc
+--------
+- 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 `./asciidoc/resources/dblatex/dblatex/dblatex-readme.txt`.