add graphics code in markdown
See original GitHub issue
Top Results From Across the Web
Getting Images into Markdown Documents and Weblog Posts ...
Markdown is a text format so naturally you can type in the Markdown representation of an image using  to put...
Read more >Basic Syntax - Markdown Guide
Linking Images. To add a link to an image, enclose the Markdown for the image in brackets, and then add the link in...
Read more >How do I display local image in markdown? - Stack Overflow
Create a directory named like Images and put all the images that will be rendered by the Markdown. · For example, put example.png...
Read more >VS Code tips — Add images and links in Markdown by ...
Quickly insert images or create file links in Markdown files in VS Code by dragging and dropping files from the explorer while holding...
Read more >How to Format Code in Markdown - freeCodeCamp
There are two ways to format code in Markdown. You can either use inline code, by putting backticks (`) around parts of a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jeasonstudio 第一和第二个已经在使用了,应该会在下一个版本推出,第三条中的两个库,我没有用过,需要调研下,如果符合需求,也会考虑的。谢谢你的关注。
感谢你提供的库,它应该是一个很好的参考,在 v1.0.0 之前可能不会添加对图表的支持,因为1.0版本之前主要是保证所有的 GFM 语法的支持,以及编辑器的稳定性。在 v1.0.0之后,我会考虑对图表支持,还有其它的一些未被 GFM 接受但是常见的语法,但是这些语法支持后,都将默认处于关闭状态,需要从 user preference 中打开。