-
Notifications
You must be signed in to change notification settings - Fork 65.1k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamget startedContent related to "Getting Started" doc setContent related to "Getting Started" doc set
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's 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
marcellodesales
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamget startedContent related to "Getting Started" doc setContent related to "Getting Started" doc set