From 18f72e56804e1fa5cd7d5305d1b3c04f7cebe14d Mon Sep 17 00:00:00 2001 From: dzruyk Date: Tue, 8 Nov 2022 15:01:01 +0300 Subject: [PATCH] fix editor-markdown.vue typographer typo --- client/components/editor/editor-markdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/editor/editor-markdown.vue b/client/components/editor/editor-markdown.vue index 04b5c6aa..f030a834 100644 --- a/client/components/editor/editor-markdown.vue +++ b/client/components/editor/editor-markdown.vue @@ -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 `
` + Buffer.from(str, 'base64').toString() + `
`