Does Markdown support Html inline image?
Free Tools
2
Posts
2
Posters
0
Views
1
Watching
-
Does Markdown officially support Html inline image? While the MarkdownPad can display Html inline image, GitHub does not. Is it a GitHub's bug?
-
Does Markdown officially support Html inline image? While the MarkdownPad can display Html inline image, GitHub does not. Is it a GitHub's bug?
According to the original spec you can use inline HTML to render an img tag. For reference, see: http://daringfireball.net/projects/markdown/syntax#img[^] GitHub's implementation of Markdown may or may not support this. For reference, see: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#images[^]