diff --git a/src/utils/markdown.ts b/src/utils/markdown.ts index bcd5669..e8c7bed 100644 --- a/src/utils/markdown.ts +++ b/src/utils/markdown.ts @@ -18,6 +18,7 @@ const markdownLite = new MarkdownIt({ linkify: true, breaks: true }) "hr", "strikethrough", "image", + "table", ]) // Remove \n from output