2 releases
0.1.1 | Jul 18, 2022 |
---|---|
0.1.0 | Jul 18, 2022 |
#1052 in Text processing
17KB
286 lines
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.
Dependencies
~12–23MB
~315K SLoC