Asciidoc merge request (#2128)
* - added classes for asciidoctor article - added tests for that article - added exclusion in pom.xml in libraries * - fixed test * - fixed formating in pom * - added dependency to the pom.xml - created plugin in pom.xml
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
87049b63f4
commit
2cde0e37c2
@@ -23,6 +23,7 @@ public class AsciidoctorDemo {
|
||||
.backend("pdf")
|
||||
.asMap();
|
||||
|
||||
|
||||
final String outfile = asciidoctor.convertFile(new File("sample.adoc"), options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user