-
The htmlSanityCheck is great for AsciiDoc, but it does not capture one important problem: missing includes which are only output as warning while rendering the html:
> Building 33% > :asciidoctoras…
-
`asciidoctor` generated HTML uses `id` attributes as anchors for links. When the pages get published to Confluence the ids get partly stripped and partly rewritten by Confluence so all anchors are los…
-
a definition list like this:
```
Definition::
a test
```
results in a malformed html:
`Error parsing xhtml: Unexpected close tag ; expected .`
```
Definition
…
-
There seems to be a problem with the first regexp introduced with #45 - it causes a stack overflow
```
java.lang.StackOverflowError
at java.util.regex.Pattern$Neg.match(Pattern.java:5086)
at j…
-
when I switch the gradle build file from ruby asciidoctor extensions to asciidoctorj extensions, the jira inline extension breaks:
```
FAILURE: Build failed with an exception.
* Where:
Build f…
-
If I use
```
'pdf-stylesdir': 'pdfTheme',
'pdf-style': 'custom',
```
I get the following errors:
```
The following text could not be fully converted to the Windows-1252 cha…
-
When using the [com.github.ben-manes.versions gradle plugin version "0.14.0"](https://plugins.gradle.org/plugin/com.github.ben-manes.versions) to check for newer dependency versions of my gradle build…
-
create a gradle build step which converts the subset of adoc which is sued by arc42 into a confluence space.
Target will be the current confluence on demand version (5.3), but goal will be to support …
-
as discussed between @rdmueller and myself during JAX-2015
- content-repo contains the master versions of the template in asciidoc, including help text
and all required meta information, in all supp…