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:
Ante Pocedulic
2017-06-22 17:44:00 +02:00
committed by Grzegorz Piwowarek
parent 87049b63f4
commit 2cde0e37c2
3 changed files with 24 additions and 0 deletions
@@ -23,6 +23,7 @@ public class AsciidoctorDemo {
.backend("pdf")
.asMap();
final String outfile = asciidoctor.convertFile(new File("sample.adoc"), options);
}