asciidoctor-gradle-plugin
asciidoctor-gradle-plugin copied to clipboard
A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
Integrate the usage of https://github.com/melix/deck2pdf as an additional plugin. NOTE: Although the name is Deck2Pdf it supports a variety of slide decks including Reveal.js. It also supports JPG & PNG...
Add an example that uses an extension created in buildSrc. This will need to be done as a compatibility test.
Refactor build-logic into buildSrc before it results in spaghetti.
Better docs and examples for Kotlin DSL. Update gradle/gradle#6790 when done.
Use command-line argument provider (https://guides.gradle.org/using-build-cache/?_ga=2.224160795.1428890031.1532515045-804515286.1473778523#dealing_with_file_paths) for current build.gradle files.
I am trying to migrate a large documentation project from the old (1.5) to the new gradle plugin (>2.0). The project uses file relative includes in most places. To avoid...
I'm having trouble getting a Ditaa diagram to render correctly in the PDF format. I'm using the `asciidoctorPdf ` task. Issue #450 reported the same problem, but was closed without...
Before Asciidoctor Gradle plugin 2.x, `include` directive with relative path works but I didn't find any way to achieve the same with Asciidoctor Gradle plugin 2.x. I can change them...
I've just become aware of the `asciidoctor` configuration being removed in the latest versions of the Gradle plugin. I'd like to see if it could be reinstated as I think...