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 {