nicoulaj / idea-markdown

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

Better source code renderer with language color syntax #156

Open Vadorequest opened 10 years ago

Vadorequest commented 10 years ago

When I write this in github:

'''js var config = Date.parse('test'); '''

I expect to get something with indentation, syntax colors, depending on the used language, like this.

    var config =  Date.parse('test');

I don't know how much it's hard to do, but in first place, it would be really good if writing this kind of code (to read them on github) could display them beautifully on the Preview tab. I'm not talking about colors, just make it display like if there was 4 spaces.

var config =  Date.parse('test');

If that's possible, then the syntax color would be better, but that's not the most important.

The goal is to have the same syntax working on both github and the markdown Preview tab plugin.

jonasfa commented 10 years ago

It'd be great if this plugin used the Redcarpet markdown renderer. It's the one used by GitHub.

ralyodio commented 9 years ago

+1 for this. breaking everything when using syntax highlighting.

MystyxMac commented 8 years ago

:+1: for me too :smile:

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.