feat: discussions redesign

This commit is contained in:
Jannat Patel
2022-03-07 12:52:09 +05:30
parent f8784afd72
commit 23e2611725
2 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class MacroInlineProcessor(InlineProcessor):
return e, m.start(0), m.end(0)
def sanitize_html(html, macro):
"""Sanotize the html using BeautifulSoup.
"""Sanitize the html using BeautifulSoup.
The markdown processor request the correct markup and crashes on
any broken tags. This makes sures that all those things are fixed