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
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 |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Asciidoctor |
void |
Runs Asciidoctor to convert the specified input file with the specified settings.
static
|
Asciidoctor |
void |
Runs Asciidoctor to convert the specified input file with the default settings.
static
|
AsciidoctorPdf |
void |
Runs Asciidoctor PDF to convert the specified input file to PDF with the specified settings.
static
|
AsciidoctorPdf |
void |
Runs Asciidoctor PDF to convert the specified input file to PDF with the default settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|