Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Better source code renderer with language color syntax #156

Open
Vadorequest opened this issue May 14, 2014 · 4 comments
Open

Better source code renderer with language color syntax #156

Vadorequest opened this issue May 14, 2014 · 4 comments
Labels

Comments

@Vadorequest
Copy link

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
Copy link

jonasfa commented May 21, 2014

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

@ralyodio
Copy link

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

@MystyxMac
Copy link

👍 for me too 😄

@nicoulaj
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants