it.smartio.gradle.markdown
Owner: Maxwell
The plugin allows to convert markdown in a PDF manual
Sources: https://github.com/territorium/markdown.git
Add this plugin to your build using the plugins DSL:
plugins {
id("it.smartio.gradle.markdown") version "0.1.12"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("it.smartio:markdown:0.1.12") } } apply(plugin = "it.smartio.gradle.markdown")
- Applying plugins to all subprojects .