Highlight.java
Highlight.java copied to clipboard
Java port of popular Highlight.js library
The following simple C# code will cause the highlighter to fail: ```c# class ClassName {} ```` Apparently Highlight.java doesn't like type parameters on C# classes.
Publishing on Maven Central would make the library easier to use outside Gradle.
When I am trying to render an empty script tag '' the result will contain an unexpected null tag: _\null\_ As far as I could see the reason is the...