add mathjax and flow chart

This commit is contained in:
Van
2017-11-09 21:50:21 +08:00
parent a7d2a8d6ea
commit 9297b6bbaa
12 changed files with 27 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
<time><span class="icon-date"></span> ${article.articleCreateDate?string("yyyy-MM-dd")}</time>
</header>
<section class="abstract">
<section class="abstract article-body">
${article.articleAbstract}
</section>
<footer class="tags">

View File

@@ -52,5 +52,6 @@
"em13Label": "${em13Label}",
"em14Label": "${em14Label}"
};
Util.parseMarkdown();
</script>
${plugins}