xrd / asciidocj_cml

Testing out asciidocj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project to test out asciidocj. Build a simple command line application which takes an asciidoc file, converts it to HTML, and then prints to stdout.

You need gradle installed.

To build:

$ gradle build

To run:

$ ./run.sh <path-to-asciidoc-file>

Or:

$ ./run-all.sh

About

Testing out asciidocj


Languages

Language:Java 73.5%Language:Shell 16.7%Language:Groovy 9.8%