nicoulaj / idea-markdown

Markdown language support for IntelliJ IDEA (abandonned).
Apache License 2.0
600 stars 97 forks source link

GitHub Flavored Markdown Pre-view Support #218

Open Bonsanto opened 9 years ago

Bonsanto commented 9 years ago

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);
alexkb commented 9 years ago

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

xtreemrage commented 9 years ago

Agreed++

seldo commented 9 years ago

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

jabbett commented 9 years ago

+1

philipobrien commented 9 years ago

+1 to this feature

hxmn commented 9 years ago

+1

donniev commented 9 years ago

+1

bobrocke commented 9 years ago

+1

nchelluri commented 9 years ago

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

SteelBRS commented 9 years ago

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

Vampire commented 9 years ago

+1

thasmo commented 9 years ago

+1 Would be really nice!

gclayburg commented 9 years ago

+1

ghost commented 9 years ago

+1

vsch commented 9 years ago

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

dmolesUC commented 9 years ago

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

nicoulaj commented 8 years ago

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.