Replies: 3 comments 3 replies
-
This is currently not supported, sorry. |
Beta Was this translation helpful? Give feedback.
-
It would be great if crates.io would support mermaid inline diagrams when scanning the specified markdown file (README.md by default) |
Beta Was this translation helpful? Give feedback.
-
Yes. I would love that too. However, if this is a complex feature to implement, it could be possible to hide it from the crates.io readme web page? Instead of having something ugly or nothing, I prefer nothing. You could maybe parse the code section with a custom property and remove the entire code section, like this:
This way, you can check if (I added the extra "-" so you can see the code, this is not part of my idea). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AFAICS, github markdown supports mermaid inline diagrams, for example in README.md or this posting (do you see the rendered mermaid graph below?)
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
Does crate info page at crates.io support mermaid inline diagrams as well, if generated from project's README.md ?
Regarding docs as code, rendering the mermaid graphs of project's README.md in crates.io would be really nice!
Beta Was this translation helpful? Give feedback.
All reactions