aboutsummaryrefslogtreecommitdiff
path: root/plugin/highlight
Commit message (Collapse)AuthorAge
* Allow override of HTML escaping in code blocksEric Weikl2013-05-05
| | | | This way, authors can use HTML for special formatting.
* Moved my code to auto escape html to the right placeRaymond Camden2013-05-01
|
* avoid errors in old ie from code highlightingHakim El Hattab2013-04-28
|
* add support for data-trim attribute on code elements (closes #419)Hakim El Hattab2013-04-27
|
* note included languages in highlight.js build #421Hakim El Hattab2013-04-27
|
* support code highlighting of a few more common languages #421Hakim El Hattab2013-04-27
|
* Add Clojure to highlight.js, add code highlight example to README.Aaron Steele2013-01-21
|
* update syntax highlight after editing (#210), move markdown and highlight ↵Hakim El Hattab2012-10-28
scripts from lib to plugin