Skip to content

ngyewch/mdbook-asciidoc

Repository files navigation

GitHub Workflow Status (with event) GitHub tag (with filter) GitHub last commit

mdbook-asciidoc

A backed for mdbook that outputs AsciiDoc

Installation

To use, install the tool.

Via ubi

ubi -p ngyewch/mdbook-asciidoc

Via go

go install github.com/ngyewch/mdbook-asciidoc@latest

Setup

Next you need to let mdbook know to use the alternate renderer by updating your book.toml file. This is done by simply adding an empty output.asciidoc table.

[output.asciidoc]

Configuration

Name Type Default Description
min-heading-level int Minimum heading level to be rendered.