src/de/uhilger/wbx/web/AdocServlet.java | ●●●●● patch | view | raw | blame | history |
src/de/uhilger/wbx/web/AdocServlet.java
@@ -138,6 +138,7 @@ } Asciidoctor asciidoctor = create(); asciidoctor.requireLibrary("asciidoctor-diagram"); asciidoctor.convertFile(new File(fileName), options); }