AsciidoctorAliases.

AsciidoctorPdf(ICakeContext, FilePath) Method

Summary

Runs Asciidoctor PDF to convert the specified input file to PDF with the default settings.
Assembly
Cake.Asciidoctor.dll
Namespace
Cake.Asciidoctor
Containing Type
AsciidoctorAliases

Syntax

public static void AsciidoctorPdf(this ICakeContext context, FilePath inputFile)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The ICakeContext.
inputFile FilePath The path of the AsciiDoc file to convert.

Return Value

Type Description
void