Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable the Swift language highlight in code blocks | Roman Shamritskiy | 2018-12-28 | 1 | -0/+1 |
| | |||||
* | Add clojure to highlight.js languages | Dominic Monroe | 2018-10-13 | 1 | -0/+1 |
| | |||||
* | Enable Kotlin and Scala language support in highlight.js config | Thomas Girard | 2018-03-15 | 1 | -0/+2 |
| | |||||
* | Enable nix language support in highlight.js config | Pierre Radermecker | 2018-03-14 | 1 | -0/+1 |
| | |||||
* | enable haskell language support in highlight.js config | Dan Allen | 2018-03-14 | 1 | -0/+1 |
| | |||||
* | update eslint rules and format JavaScript | Dan Allen | 2017-10-12 | 1 | -1/+1 |
| | | | | | | - set maximum line length to 120 - don't require a space immediately after the line comment character or inside a block comment - format JavaScript | ||||
* | integrate highlight.js as vendor script | Dan Allen | 2017-10-11 | 1 | -0/+27 |
- add highlight.js as dependency - add script to require highlight.js and register languages - add footer scripts partial - link to compiled highlight.js script |