net.elehack.gradle.science.PandocSpecImpl.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-science Show documentation
Show all versions of gradle-science Show documentation
Gradle tasks for scientific publication.
The newest version!
package net.elehack.gradle.science
import org.gradle.api.Project
/**
* Specify a Pandoc execution.
*/
class PandocSpecImpl implements PandocSpec {
final Project project
String sourceFormat = 'markdown'
String outputFormat = 'html'
List srcFlags = []
List outFlags = []
boolean standalone = false
List