This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AsciiDoctorJ.
Summary
Syntax
public static void AsciiDoctorJ(this ICakeContext context, AsciiDoctorJRunnerSettings settings)
Examples
Task("Convert")
.Does(() =>
{
AsciiDoctorJ(new AsciiDoctorJRunnerSettings {
Verbose = true,
DocType = DocType.Article,
Backend = "pdf",
InputFiles = new[]{ file },
DestinationDir = distDir
});
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Return Value