Skip to content
Snippets Groups Projects
Verified Commit 71884e34 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Add em to descriptions tags

parent 2069b115
Branches
No related tags found
No related merge requests found
......@@ -134,13 +134,13 @@ MARKDOWNIFY = {
"default": {
"STRIP": True,
"WHITELIST_TAGS": [
"a", "p", "h1", "h2", "h3", "h4", "h5", "h6", "h7", "ul", "li", "span"
"a", "p", "h1", "h2", "h3", "h4", "h5", "h6", "h7", "ul", "li", "span", "em"
],
},
"trusted_descriptions": {
"STRIP": False,
"WHITELIST_TAGS": [
"a", "p", "h1", "h2", "h3", "h4", "h5", "h6", "h7", "ul", "li", "span", "b", "i", "br"
"a", "p", "h1", "h2", "h3", "h4", "h5", "h6", "h7", "ul", "li", "span", "b", "i", "br", "em"
],
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment