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 {