mdbook/crates
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
..
mdbook-core Change CLI dest-dir to be relative to the current directory 2025-08-18 16:28:08 -07:00
mdbook-driver Add tests for preprocessor/output default sort order 2025-08-18 11:59:15 -07:00
mdbook-html Introduce options struct for markdown rendering 2025-08-22 16:17:41 -07:00
mdbook-markdown Introduce options struct for markdown rendering 2025-08-22 16:17:41 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00