Crates.io | mdbook-twiki |
lib.rs | mdbook-twiki |
version | 0.1.1 |
source | src |
created_at | 2022-07-18 04:59:57.903989 |
updated_at | 2022-07-18 05:22:09.723984 |
description | twiki backend for mdbook |
homepage | |
repository | |
max_upload_size | |
id | 627504 |
size | 60,557 |
A backend for mdbook to render to Twiki.
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
By default, the output will be written to index.twiki
. Set filename
to customize.
[output.twiki]
filename = "article.twiki"
MIT. See LICENSE.