Enable markdown-it typographer option

Esse commit está contido em:
Chase Sterling 2016-07-25 20:59:28 -04:00
commit 021de4da78
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

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