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