Disallow markdown tables in post content
This commit is contained in:
parent
9e72648d61
commit
4ee4975172
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ const markdownLite = new MarkdownIt({ linkify: true, breaks: true })
|
|||
"hr",
|
||||
"strikethrough",
|
||||
"image",
|
||||
"table",
|
||||
])
|
||||
|
||||
// Remove \n from output
|
||||
|
|
Loading…
Reference in a new issue