enable markdown blockquotes in user blogs

pull/9722/head
Thibault Duplessis 2021-09-04 09:15:44 +02:00
parent 547ba446c8
commit c948526d33
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ final class UblogMarkup {
list = true,
strikeThrough = true,
header = true,
blockQuote = true,
code = true,
table = true
)