mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
dirty Fix for github code block
This commit is contained in:
parent
d5d379a145
commit
b2349bf806
|
@ -14,7 +14,7 @@
|
||||||
if (pre) {
|
if (pre) {
|
||||||
return '<pre class="prettyprint linenums" tabIndex="0"><code data-inner="1"';
|
return '<pre class="prettyprint linenums" tabIndex="0"><code data-inner="1"';
|
||||||
} else {
|
} else {
|
||||||
return '<code class="prettyprint">';
|
return '<code class="prettyprint"';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user