Allow br tags for note content
This commit is contained in:
parent
eb4d795ede
commit
68695fed39
1 changed files with 1 additions and 0 deletions
1
app.py
1
app.py
|
@ -153,6 +153,7 @@ ALLOWED_TAGS = [
|
|||
"abbr",
|
||||
"acronym",
|
||||
"b",
|
||||
"br",
|
||||
"blockquote",
|
||||
"code",
|
||||
"pre",
|
||||
|
|
Loading…
Reference in a new issue