Open
Description
When I add a [ditaa] block I get the following warning:
asciidoctor: WARNING: index.adoc: line 17: invalid style for listing block: ditaa
I use the asciidoctor maven plugin, asciidoctorj and asciidoctorjpdf in the following versions:
<asciidoctorVersion>1.5.3</asciidoctorVersion>
<asciidoctorjVersion>1.5.4</asciidoctorjVersion>
<asciidoctorjPdfVersion>1.5.0-alpha.11</asciidoctorjPdfVersion>
Do I miss something to be able to use the asciidoctor-diagram functionality with maven?
Thank you in advance