We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df13d5d commit b34e43eCopy full SHA for b34e43e
1 file changed
apps/demos/Demos/HtmlEditor/MarkdownSupport/Vue/App.vue
@@ -59,7 +59,6 @@ const converter = {
59
60
toHtml(value) {
61
const result = unified()
62
- // @ts-expect-error
63
.use(remarkParse)
64
.use(remarkRehype)
65
.use(rehypeStringify)
@@ -70,6 +69,7 @@ const converter = {
70
69
},
71
fromHtml(value) {
72
+ // @ts-expect-error
73
.use(rehypeParse)
74
.use(rehypeRemark)
75
.use(remarkStringify)
0 commit comments