mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
一个bug
This commit is contained in:
parent
09ba4cdde4
commit
410c603cbd
@ -2992,7 +2992,7 @@ MarkdownExtraExtended_Parser.prototype.doFencedCodeBlocks = function (text) {
|
||||
|
||||
var cb = !m3 ? "<pre><code" : "<pre class=\"linenums:" + m3 + "\"><code";
|
||||
cb += !m2 ? ">" : " class=\"lang-" + m2 + "\">";
|
||||
cb += codeblock + '</code></pre';
|
||||
cb += codeblock + '</code></pre>';
|
||||
|
||||
return "\n\n" + self.hashBlock(cb) + "\n\n";
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user