Importing asciidoc can lead to issues with the linkend attribute: <section id="article" remap="TID_38509"> <title>article</title> <simpara> Used for short documents, articles and general documentation. See the AsciiDoc distribution <literal>./doc/article.txt</literal> example. </simpara> <simpara> AsciiDoc defines standard DocBook article frontmatter and backmatter <link linkend="opal$opal$opal2">opal$opal$opal2</link> (appendix, abstract, bibliography, glossary, index). </simpara> </section> This is almost certainly because of an issue with a regex and the find/replace of $ with opal$
Fixed in Build 1.6-SNAPSHOT 201405191353 https://github.com/asciidoctor/asciidoctor/blob/master/test/fixtures/asciidoc.txt and https://github.com/asciidoctor/asciidoctor/blob/master/test/fixtures/asciidoc_index.txt both demonstrated the original problem, and both now import correctly. Note that https://github.com/asciidoctor/asciidoctor/blob/master/test/fixtures/asciidoc.txt has invalid linkend attributes when it is converted. See https://github.com/asciidoctor/asciidoctor/issues/959
Verified that the linkend attributes are correct, however these should be <xref>'s and not <link>'s.
Actually ignore that sorry, because they contain additional text they need to be links. Moving this to VERIFIED.