enable markdown table in class news

pull/9930/head
Thibault Duplessis 2021-10-04 12:48:21 +02:00
parent ca8c4e7cfc
commit 4a80d5b6b8
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ final class ClasMarkup {
new lila.common.Markdown(
autoLink = true,
list = true,
table = true,
strikeThrough = true,
header = true
)