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.Asciidoctor.
Summary
Runs Asciidoctor to convert the specified input file with the default settings.
Syntax
public static void Asciidoctor(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