How to previewing GitHub style markdown in PHPStorm
PHPStorm has a markdown previewer but it doesn't interpret things in the same way that GitHub does. I'd really like to see a GitHub style preview instead of the standard markdown. I found https://github.com/nicoulaj/idea-markdown which indicates it adds markdown support, but I'm specifically looking for GitHub flavored markdown.
The gfm plugin does that, and works with PhpStorm 9's latest EAP. It actually previews GitHub flavoured markdown, but I don't think it would be a problem for most.
It integrates as a tab at the bottom of markdown documents. Splitting the window and enabling the editor in one pane and the preview in the other worked just fine.
You can check out this Markdown previewer, based on the work of Emanuil Rusev ( erusev
) and his repo on GitHub. Preview: caret.io .
It seems to support most of the GitHub Flavored markdown (not not the table, though):
Emanuil Rusev (creator of Markdown previewer) confirms in the comments:
Parsedown does support tables.
链接地址: http://www.djcxy.com/p/20226.html上一篇: 在Notepad ++中评论代码