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({
|
var markdownit = window.markdownit({
|
||||||
html: true,
|
html: true,
|
||||||
linkify: true,
|
linkify: true,
|
||||||
|
typographer: true,
|
||||||
highlight: function (str, lang) {
|
highlight: function (str, lang) {
|
||||||
if (lang && hljs.getLanguage(lang)) {
|
if (lang && hljs.getLanguage(lang)) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue