- include_mmd! now always uses CARGO_MANIFEST_DIR as root (PR #47 by Rjected)
path
attribute is no longer supported for importing diagrams from external files
include_mmd!
macro-like syntax for embedding diagrams from files- multiple diagrams can now be imported from filesystem per documented entity
- imported diagrams can now be placed freely at any place inside the doc comment
- syn bumped to version 2 (PR #42 by maurer
- mermaid is updated to v10 (PR #46 by frehberg)
- better handling of a failure to load mermaidjs (PR #46 by frehberg)
- add Frehberg as a maintainer on GitHub, and package owner on Crates.io
- update dependencies
- gracefully handle failure to write mermaid.js files (514c67c9)
- MermaidJS updated to version 9.3.0
mermaid.js upgraded to version 9.1.4
- lower MSRV to 1.31.1 (2fd0f032)
- upgrade mermaid.js to 8.10.1 (fbb13e1db) by José Duarte
- fallback to CDN version of mermaid.js if local isn't found (de9f274e)
- use local version of the mermaid.js library (8f523072) by Le Savon Fou
- fix doctests (ea685563) by Le Savon Fou
- use regex to detect the dark themes reliably on docs.rs (ce24cd6e)
- initialization script wasn't firing at page load (36268718)
- dark mode and custom themes (62ec6783)
- add crossorigin attribute to script tag (fa9f4546) by Mark Schmale