mdbook-mdinclude

Crates.iomdbook-mdinclude
lib.rsmdbook-mdinclude
version0.1.0
sourcesrc
created_at2024-08-11 00:51:28.915472
updated_at2024-08-11 00:51:28.915472
descriptionPreprocessor for mdBook that better handles including markdown files.
homepage
repositoryhttps://github.com/shawntabrizi/mdbook-mdinclude
max_upload_size
id1332860
size77,708
Shawn Tabrizi (shawntabrizi)

documentation

README

mdbook-mdinclude

A preprocessor to better handle including markdown files.

Features

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.

Installation & Setup

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.

Commit count: 0

cargo fmt