Cake addin for Asciidoctor and Asciidoctor PDF
#addin nuget:?package=Cake.Asciidoctor&version=1.1.21
dotnet add package Cake.Asciidoctor --version 1.1.21
<PackageReference Include="Cake.Asciidoctor" Version="1.1.21" />
Aliases
Provides functionality for interacting with Asciidoctor and Asciidoctor PDF
General
Asciidoctor |
Runs Asciidoctor to convert the specified input file with the specified settings. |
Asciidoctor |
Runs Asciidoctor to convert the specified input file with the default settings. |
AsciidoctorPdf |
Runs Asciidoctor PDF to convert the specified input file to PDF with the specified settings. |
AsciidoctorPdf |
Runs Asciidoctor PDF to convert the specified input file to PDF with the default settings. |