docs(README): use native GitHub mermaid rendering #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
Pull request closed