AsciiDoctorJRunnerSettings.

DocType Property

Summary

Gets or sets a value indicating the document type to use when rendering output: [article, book, inline].

Default: article.

corresponds to: -d, --doctype.

Namespace
Cake.AsciiDoctorJ
Containing Type
AsciiDoctorJRunnerSettings

Syntax

public DocType? DocType { get; set; }

Value

Type Description
DocType?
GitHub Discussion