Skip to content

Commit

Permalink
Enable local rendering of the asciidoc diagrams (such as a2s) (kroxyl…
Browse files Browse the repository at this point in the history
…icious#1368)

Signed-off-by: kwall <[email protected]>
  • Loading branch information
k-wall authored Jul 18, 2024
1 parent 4535cc0 commit ec93c10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,13 +757,23 @@
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-diagram</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>convert-to-html</id>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<requires>
<require>asciidoctor-diagram</require>
</requires>
<outputDirectory>${project.build.directory}/html</outputDirectory>
<attributes>
<source-highlighter>coderay</source-highlighter>
Expand Down

0 comments on commit ec93c10

Please sign in to comment.