Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
319 stars 40 forks source link

Integrate highlight.js #2

Closed Abnaxos closed 11 years ago

Abnaxos commented 11 years ago

Integrate highlight.js for syntax highlighting code blocks:

```java
public class FooBar {
}


If no language is specified, the code should _not_ be hightlighted (don't try to guess the language).