Updated README.

This commit is contained in:
Erik C. Thauvin 2019-03-30 21:58:07 -07:00
parent 3074f1eb67
commit 5adaec419e
3 changed files with 160 additions and 130 deletions

View file

@ -167,8 +167,9 @@ task release(dependsOn: ['wrapper', 'clean', 'publishToMavenLocal']) {
task pandoc(type: Exec) {
group = 'Documentation'
def pandoc_args = ['--from', 'markdown_github',
def pandoc_args = ['--from', 'gfm',
'--to', 'html5',
'--metadata', "pagetitle=$mavenDescription",
'-s',
'-c', 'github-pandoc.css',
'-o', 'docs/README.html',