mdbook-twiki

Crates.iomdbook-twiki
lib.rsmdbook-twiki
version0.1.1
sourcesrc
created_at2022-07-18 04:59:57.903989
updated_at2022-07-18 05:22:09.723984
descriptiontwiki backend for mdbook
homepage
repository
max_upload_size
id627504
size60,557
Josh Lane (lanej)

documentation

README

mdbook-twiki

A backend for mdbook to render to Twiki.

Installation

If you want to use only this preprocessor, install the tool:

cargo install mdbook-twiki

Add an output table to your book.toml:

[output.twiki]

Finally, build your book as normal:

mdbook path/to/book

Configuration

Filename

By default, the output will be written to index.twiki. Set filename to customize.

[output.twiki]
filename = "article.twiki"

License

MIT. See LICENSE.

Commit count: 0

cargo fmt