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
@@ -0,0 +1,3 @@
|
||||
== Introduction Section
|
||||
|
||||
Hi. I'm a simple test to see if this Maven build is working. If you see me in nice HTML, then it means everything is [red]#working#.
|
||||
@@ -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