Closed qiudaoermu closed 2 years ago
Please provide more details (e.g. whether and how this works with rouge) and don't use three exclamation marks.
if i add js after diff, the code color don't change with kramdown, but it works in github markdown. the image above is a screenshots of code
```diff js
++ i' am apple
-- i' am apple
Github doesn't use kramdown, so you can't compare them. kramdown uses rouge syntax highlighter behind the scenes and therefore only supports those language names that are available there. Please ask there how to do what you want.