mdbook/crates/mdbook-markdown
Eric Huss f4012757a7 Introduce options struct for markdown rendering
This adds `MarkdownOptions` for creating the pulldown-cmark parser, and
`HtmlRenderOptions` for converting markdown to HTML. These types should
help make it easier to extend the rendering options while remaining
semver compatible. It should also help with just general ergonomics of
using these functions.
2025-08-22 16:17:41 -07:00
..
src Introduce options struct for markdown rendering 2025-08-22 16:17:41 -07:00
Cargo.toml Move markdown support to mdbook-markdown 2025-07-23 17:29:55 -07:00
README.md Add READMEs for all new crates 2025-07-23 17:47:31 -07:00

mdbook-markdown

Documentation crates.io Changelog

This is the Markdown support library for mdBook. Rust crates (such as preprocessors) can use this library to process Markdown in the same way as mdBook.

This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.

License

Mozilla Public License, version 2.0