You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.
I expect to get something with indentation, syntax colors, depending on the used language, like this.
varconfig=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.
The text was updated successfully, but these errors were encountered:
When I write this in github:
I expect to get something with indentation, syntax colors, depending on the used language, like this.
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.
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.
The text was updated successfully, but these errors were encountered: