idea-markdown icon indicating copy to clipboard operation
idea-markdown copied to clipboard

GitHub Flavored Markdown Pre-view Support

Open Bonsanto opened this issue 10 years ago • 17 comments

Hello, May you add "GitHub Flavored Markdown" support? Several developers use it to make presentation pages for github.

In example, the language highlight:

var message = "Hello world";
console.log(message);

Bonsanto avatar Dec 18 '14 21:12 Bonsanto

Agreed++. The flavored markdown format is used by gitlab too, so let's get it in!

alexkb avatar Dec 22 '14 12:12 alexkb

Agreed++

xtreemrage avatar Dec 23 '14 10:12 xtreemrage

I too would like GitHub-flavored markdown as that's what npm uses :-)

seldo avatar Jan 03 '15 19:01 seldo

+1

jabbett avatar Jan 21 '15 16:01 jabbett

+1 to this feature

philipobrien avatar Feb 05 '15 17:02 philipobrien

+1

hxmn avatar Feb 07 '15 18:02 hxmn

+1

donniev avatar Feb 12 '15 15:02 donniev

+1

bobrocke avatar Mar 02 '15 00:03 bobrocke

See https://github.com/nicoulaj/idea-markdown/issues/34 . This appears to be a duplicate.

nchelluri avatar Apr 03 '15 03:04 nchelluri

bitbucket.org also uses GitHub flavored markdown. For instance it supports strikethrough inside a link: Language: ~~Scala~~ -> Language: ~~Scala~~

SteelBRS avatar Apr 16 '15 12:04 SteelBRS

+1

Vampire avatar Jun 12 '15 01:06 Vampire

+1 Would be really nice!

thasmo avatar Jun 25 '15 19:06 thasmo

+1

gclayburg avatar Aug 13 '15 23:08 gclayburg

+1

ghost avatar Aug 15 '15 19:08 ghost

I gave up on waiting and forked this plugin, upgraded pegdown, fixed a few bugs, gave it a GitHub makeover and added some much needed features. The syntax highlighting is a mess because IntelliJ expects a lexer and the plugin uses pegdown. I did the best I could to compensate for the shortcomings. Tried the links. They seem to work. Give it a try and let me know what you think.

Source Preview
screen shot 2015-08-19 at 12 59 29 am screen shot 2015-08-19 at 12 59 41 am

Try it out: MultiMarkdown

idea-multimarkdown-source

vsch avatar Aug 19 '15 05:08 vsch

An easy workaround as of summer 2015 is to install the gfm plugin, which adds an extra "Gfm preview" tab:

screen shot 2015-08-31 at 3 21 19 pm

dmolesUC avatar Aug 31 '15 22:08 dmolesUC

Notice: This plugin is no more maintained and it has been removed from Jetbrains plugins repository. There is a Markdown plugin officially supported by Jetbrains.

nicoulaj avatar May 22 '16 11:05 nicoulaj