* Renderer
(options)
| 816 | */ |
| 817 | |
| 818 | function Renderer(options) { |
| 819 | this.options = options || {}; |
| 820 | } |
| 821 | |
| 822 | Renderer.prototype.code = function (code, lang, escaped) { |
| 823 | if (this.options.highlight) { |
nothing calls this directly
no outgoing calls
no test coverage detected