🎨 parseMD
This commit is contained in:
@@ -41,5 +41,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
Util.parseMarkdown('content-reset');
|
Util.parseMarkdown('content-reset');
|
||||||
|
|
||||||
|
Util.minerStart();
|
||||||
</script>
|
</script>
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -44,5 +44,6 @@
|
|||||||
<script>
|
<script>
|
||||||
Util.setTopBar();
|
Util.setTopBar();
|
||||||
Util.parseMarkdown('article-content');
|
Util.parseMarkdown('article-content');
|
||||||
|
Util.minerStart();
|
||||||
</script>
|
</script>
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -37,5 +37,6 @@
|
|||||||
"em14Label": "${em14Label}"
|
"em14Label": "${em14Label}"
|
||||||
};
|
};
|
||||||
Util.parseMarkdown('post-content');
|
Util.parseMarkdown('post-content');
|
||||||
|
Util.minerStart();
|
||||||
</script>
|
</script>
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -38,5 +38,6 @@
|
|||||||
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||||
<script>
|
<script>
|
||||||
Util.parseMarkdown();
|
Util.parseMarkdown();
|
||||||
|
Util.minerStart();
|
||||||
</script>
|
</script>
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
"tocLabel": "${tocLabel}",
|
"tocLabel": "${tocLabel}",
|
||||||
"siteViewLabel": "${siteViewLabel}"
|
"siteViewLabel": "${siteViewLabel}"
|
||||||
};
|
};
|
||||||
Util.parseMarkdown()
|
Util.parseMarkdown();
|
||||||
|
Util.minerStart();
|
||||||
</script>
|
</script>
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
@@ -53,5 +53,6 @@
|
|||||||
"em14Label": "${em14Label}"
|
"em14Label": "${em14Label}"
|
||||||
};
|
};
|
||||||
Util.parseMarkdown();
|
Util.parseMarkdown();
|
||||||
|
Util.minerStart();
|
||||||
</script>
|
</script>
|
||||||
${plugins}
|
${plugins}
|
||||||
|
|||||||
Reference in New Issue
Block a user