|
@ -14,7 +14,7 @@ module.exports = { |
|
|
|
|
|
|
|
|
// Highlighter function. Should return escaped HTML,
|
|
|
// Highlighter function. Should return escaped HTML,
|
|
|
// or '' if input not changed
|
|
|
// or '' if input not changed
|
|
|
highlight: function (/*str, , lang*/) { return ''; }, |
|
|
highlight: function (/*str, lang*/) { return ''; }, |
|
|
|
|
|
|
|
|
maxNesting: 20 // Internal protection, recursion limit
|
|
|
maxNesting: 20 // Internal protection, recursion limit
|
|
|
}, |
|
|
}, |
|
|