Enable markdown-it typographer option

Este commit está contenido en:
Chase Sterling 2016-07-25 20:59:28 -04:00
padre b6ecaa9197
commit 021de4da78
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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