Enable markdown-it typographer option
This commit is contained in:
parent
b6ecaa9197
commit
021de4da78
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue