mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Fix markup so tests pass.
This commit is contained in:
parent
810ab1d58f
commit
b10de12c2d
@ -93,7 +93,7 @@ function getParseFunction(parserName, conf) {
|
||||
};
|
||||
// Allow prettyprint to work on inline code samples
|
||||
markedRenderer.code = function(code, language) {
|
||||
return '<pre class="prettyprint source">'+code+'</pre>';
|
||||
return '<pre class="prettyprint source"><code>'+code+'</code></pre>';
|
||||
};
|
||||
|
||||
parserFunction = function(source) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user