A backed for mdbook that outputs AsciiDoc
To use, install the tool.
Via ubi
ubi -p ngyewch/mdbook-asciidoc
go install github.com/ngyewch/mdbook-asciidoc@latest
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]
Name | Type | Default | Description |
---|---|---|---|
min-heading-level |
int |
Minimum heading level to be rendered. |