bump 0.2.1

This commit is contained in:
qingwei.li 2016-11-26 21:08:21 +08:00
parent 824e64ae48
commit 6e4b9d4cad
2 changed files with 2 additions and 2 deletions

View File

@ -2175,7 +2175,7 @@ renderer.heading = function (text, level) {
renderer.code = function (code, lang) {
var hl = prism.highlight(code, prism.languages[lang] || prism.languages.markup);
return ("<pre><code class=\"lang-" + lang + "\" data-lang=\"" + lang + "\">" + hl + "</code></pre>")
return ("<pre data-lang=\"" + lang + "\"><code class=\"lang-" + lang + "\">" + hl + "</code></pre>")
};
marked.setOptions({ renderer: renderer });

2
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long