Files
Scanning the repository...
Last update 5 years 3 months
by Charles Julian Knight
| Files_oldpresentationsrcjs | |
|---|---|
| .. | |
| jquery.webcam.min.js | |
| remark.js | |
| remark.language.js | |
| webcam.min.js |
remark.language.js/* Language: remark markdown flavor Author: Ole Petter Bang <olepbang@gmail.com> */ hljs.LANGUAGES.remark = function(){ return { contains: [ { className: 'keyword', begin: '^#+[^\n]+', relevance: 10 }, { className: 'comment', begin: '^---?' }, { className: 'string', begin: '^\\w+:' }, { className: 'literal', begin: '\\{\\{', end: '\\}\\}' }, { className: 'string', begin: '\\.\\w+' } ] }; }();