Enable markdown-it typographer option

This commit is contained in:
Chase Sterling 2016-07-25 20:59:28 -04:00
rodič b6ecaa9197
revize 021de4da78
1 změnil soubory, kde provedl 1 přidání a 0 odebrání

Zobrazit soubor

@ -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 {