question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add graphics code in markdown

See original GitHub issue

建议

建议添加对于一些markdown绘图代码的支持

比如mermaid,flow,vega使得通过markdown编写文档更加有效

这里有一个vscode/atom插件的实例

Versions

  • Mark Text:0.10.21(in master)
  • OS: ubuntu 16.04

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Jocscommented, Jan 29, 2019

@jeasonstudio 第一和第二个已经在使用了,应该会在下一个版本推出,第三条中的两个库,我没有用过,需要调研下,如果符合需求,也会考虑的。谢谢你的关注。

1reaction
Jocscommented, Apr 27, 2018

感谢你提供的库,它应该是一个很好的参考,在 v1.0.0 之前可能不会添加对图表的支持,因为1.0版本之前主要是保证所有的 GFM 语法的支持,以及编辑器的稳定性。在 v1.0.0之后,我会考虑对图表支持,还有其它的一些未被 GFM 接受但是常见的语法,但是这些语法支持后,都将默认处于关闭状态,需要从 user preference 中打开。

Read more comments on GitHub >

github_iconTop 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 ![A test image](image.png) 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found