AsciidoctorAliases Class

Summary

Provides functionality for interacting with Asciidoctor and Asciidoctor PDF
Assembly
Cake.Asciidoctor.dll
Namespace
Cake.Asciidoctor
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AsciidoctorAliases"] class Type type-node

Syntax

public static class AsciidoctorAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
Asciidoctor(ICakeContext, FilePath, AsciidoctorSettings) void
Runs Asciidoctor to convert the specified input file with the specified settings.
static
Asciidoctor(ICakeContext, FilePath) void
Runs Asciidoctor to convert the specified input file with the default settings.
static
AsciidoctorPdf(ICakeContext, FilePath, AsciidoctorPdfSettings) void
Runs Asciidoctor PDF to convert the specified input file to PDF with the specified settings.
static
AsciidoctorPdf(ICakeContext, FilePath) void
Runs Asciidoctor PDF to convert the specified input file to PDF with the default settings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin