fix editor-markdown.vue typographer typo

pull/5825/head
dzruyk 3 years ago
parent 2e8585478f
commit 18f72e5680

@ -250,7 +250,7 @@ const md = new MarkdownIt({
html: true,
breaks: true,
linkify: true,
typography: true,
typographer: true,
highlight(str, lang) {
if (lang === 'diagram') {
return `<pre class="diagram">` + Buffer.from(str, 'base64').toString() + `</pre>`

Loading…
Cancel
Save