pc035860 / angular-highlightjs

AngularJS directive for syntax highlighting with highlight.js
http://pc035860.github.io/angular-highlightjs/example/
MIT License
294 stars 53 forks source link

end element is getting added automatically #84

Open mkranjan opened 7 years ago

mkranjan commented 7 years ago

An extra element is getting added automatically. how to highligh java code having generic expression within the code... ` package com.app.config public interface ListConfig { /**

pc035860 commented 7 years ago

Check out the similar issue #59 happened in C++ code and how to solve it.