Allow br tags for note content

This commit is contained in:
Thomas Sileo 2018-06-29 22:42:53 +02:00
parent eb4d795ede
commit 68695fed39

1
app.py
View file

@ -153,6 +153,7 @@ ALLOWED_TAGS = [
"abbr",
"acronym",
"b",
"br",
"blockquote",
"code",
"pre",