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 #205106
Discussion TypeProduct Feedback Discussion ContentNo response |
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Creating diagramsCreate diagrams to convey information through charts and graphs About creating diagramsYou can create diagrams in Markdown using four different syntaxes: mermaid, geoJSON, topoJSON, and ASCII STL. Diagram rendering is available in GitHub Issues, GitHub Discussions, pull requests, wikis, and Markdown files. Creating Mermaid diagramsMermaid is a Markdown-inspired tool that renders text into diagrams. For example, Mermaid can render flow charts, sequence diagrams, pie charts and more. For more information, see the Mermaid documentation. To create a Mermaid diagram, add Mermaid syntax inside a fenced code block with the For example, you can create a flow chart by specifying values and arrows. Note You may observe errors if you run a third-party Mermaid plugin when using Mermaid syntax on GitHub. Checking your version of MermaidTo ensure GitHub supports your Mermaid syntax, check the Mermaid version currently in use. Creating GeoJSON and TopoJSON mapsYou can use GeoJSON or TopoJSON syntax to create interactive maps. To create a map, add GeoJSON or TopoJSON inside a fenced code block with the Using GeoJSONFor example, you can create a map by specifying coordinates. Using TopoJSONFor example, you can create a TopoJSON map by specifying coordinates and shapes. For more information on working with Creating STL 3D modelsYou can use ASCII STL syntax directly in markdown to create interactive 3D models. To display a model, add ASCII STL syntax inside a fenced code block with the For example, you can create a simple 3D model: For more information on working with |




💬 Your Product Feedback Has Been Submitted 🎉
Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users.
Here's what you can expect moving forward ⏩