Cake.Asciidoctor

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(FilePath, AsciidoctorSettings) Runs Asciidoctor to convert the specified input file with the specified settings.
Asciidoctor(FilePath) Runs Asciidoctor to convert the specified input file with the default settings.
AsciidoctorPdf(FilePath, AsciidoctorPdfSettings) Runs Asciidoctor PDF to convert the specified input file to PDF with the specified settings.
AsciidoctorPdf(FilePath) Runs Asciidoctor PDF to convert the specified input file to PDF with the default settings.