badboy / mdbook-mermaid

A preprocessor for mdbook to add mermaid support
Mozilla Public License 2.0
306 stars 32 forks source link

docs(README): use native GitHub mermaid rendering #17

Closed lukehsiao closed 2 years ago

lukehsiao commented 2 years ago

On 2022-02-14, GitHub introduce native support for Mermaid diagrams in markdown files [1]. Rather than needing to render and include a separate image for a diagram, we can now leverage GitHub's native rendering directly.

lukehsiao commented 2 years ago

On deeper thought, this won't work, because the README is also used on crates.io, which does NOT support such rendering. Closing this PR.