gf
This commit is contained in:
parent
6c44fc0e04
commit
c31515811d
4 changed files with 2 additions and 16 deletions
|
@ -89,6 +89,8 @@ def sanitize(sanitized, alert=False, comment=False, edit=False):
|
|||
|
||||
sanitized = linefeeds_regex.sub(r'\1\n\n\2', sanitized)
|
||||
|
||||
sanitized = image_regex.sub(r'\1\4', sanitized)
|
||||
|
||||
sanitized = image_check_regex.sub(r'\1', sanitized)
|
||||
|
||||
sanitized = markdown(sanitized)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue