Crates.io | mdbook-mdinclude |
lib.rs | mdbook-mdinclude |
version | 0.1.0 |
source | src |
created_at | 2024-08-11 00:51:28.915472 |
updated_at | 2024-08-11 00:51:28.915472 |
description | Preprocessor for mdBook that better handles including markdown files. |
homepage | |
repository | https://github.com/shawntabrizi/mdbook-mdinclude |
max_upload_size | |
id | 1332860 |
size | 77,708 |
A preprocessor to better handle including markdown files.
The only feature at this point is to update relative links from included markdown files.
This can be important if your markdown file includes some images that you want to continue to work after you have included the markdown file.
This preprocessor can be installed with Cargo:
cargo install mdbook-mdinclude
Add the following line to your book.toml
file:
[preprocessor.mdinclude]
Now you can use the mdinclude
links in your book.