From ec93c101b472ee0a3ec6729d7bbab93e9e1084c7 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Thu, 18 Jul 2024 20:50:39 +0100 Subject: [PATCH] Enable local rendering of the asciidoc diagrams (such as a2s) (#1368) Signed-off-by: kwall --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 9956e17dd8..eab9784a13 100644 --- a/pom.xml +++ b/pom.xml @@ -757,6 +757,13 @@ org.asciidoctor asciidoctor-maven-plugin 3.0.0 + + + org.asciidoctor + asciidoctorj-diagram + 2.3.1 + + convert-to-html @@ -764,6 +771,9 @@ process-asciidoc + + asciidoctor-diagram + ${project.build.directory}/html coderay