mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Merge branch 'master' of github.com:shakefu/jsdoc into shakefu-master
This commit is contained in:
commit
6c2d09120e
@ -91,6 +91,10 @@ function getParseFunction(parserName, conf) {
|
||||
|
||||
return util.format('<h%s>%s</h%s>', level, text, level);
|
||||
};
|
||||
// Allow prettyprint to work on inline code samples
|
||||
markedRenderer.code = function(code, language) {
|
||||
return '<pre class="prettyprint source"><code>'+code+'</code></pre>';
|
||||
};
|
||||
|
||||
parserFunction = function(source) {
|
||||
var result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user