Disallow markdown tables in post content

This commit is contained in:
silverpill 2022-10-12 23:00:23 +00:00
parent 9e72648d61
commit 4ee4975172

View file

@ -18,6 +18,7 @@ const markdownLite = new MarkdownIt({ linkify: true, breaks: true })
"hr",
"strikethrough",
"image",
"table",
])
// Remove \n from output