Enable markdown-it typographer option

This commit is contained in:
Chase Sterling 2016-07-25 20:59:28 -04:00
父節點 b6ecaa9197
當前提交 021de4da78
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

@ -41,6 +41,7 @@ var metaMarked = function(src, opt, callback) {
var markdownit = window.markdownit({
html: true,
linkify: true,
typographer: true,
highlight: function (str, lang) {
if (lang && hljs.getLanguage(lang)) {
try {