Highlight.java icon indicating copy to clipboard operation
Highlight.java copied to clipboard

Java port of popular Highlight.js library

Results 3 Highlight.java issues
Sort by recently updated
recently updated
newest added

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...