### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? Documentation: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams When including images in mermaid diagram it is not properly rendered ```mermaid flowchart LR USER["TEST FOR user"] USER@{ img: "https://api.iconify.design/uil:user.svg", h: 50, constraint: "on"} ``` Also the alternative to include the image within the text box is not properly rendered: ```mermaid flowchart LR USER["TEST FOR<img src='https://api.iconify.design/uil:user.svg'/> user"] ``` ### What part(s) of the article would you like to see updated? Add remark in documentation that images in mermaid are not supported ### Additional information _No response_
Code of Conduct
What article on docs.github.com is affected?
Documentation: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams
When including images in mermaid diagram it is not properly rendered
flowchart LR USER["TEST FOR user"] USER@{ img: "https://api.iconify.design/uil:user.svg", h: 50, constraint: "on"}Also the alternative to include the image within the text box is not properly rendered:
flowchart LR USER["TEST FOR<img src='https://api.iconify.design/uil:user.svg'/> user"]What part(s) of the article would you like to see updated?
Add remark in documentation that images in mermaid are not supported
Additional information
No response