0
Ukończony

how to use the Syntax Highlighting 52 languages & 26 styles based on highlight.js fonction?

arnaud512 10 lat temu Ostatnio zmodyfikowane przez Rhio Kim 10 lat temu 1
i'm version 0.10 ans i can't use it.
The color is in black only.
i used like this: 
```
#include <stdio.h>
int main(int argc, char *argv[]) {

}
```
+1
Please use Help > Markdown Syntax Help 

e.g

```cpp
#include <stdio.h>
int main(int argc, char *argv[]) {

}
```

You can get more useful information here
https://help.github.com/articles/github-flavored-...
http://highlightjs.org/static/test.html
Odpowiedź
Ukończony