added more markdown symbols #177
@ -57,6 +57,8 @@ def make_markdown_proof(text): # used to avoid errors related to markdown parse
|
||||
text = text.replace("^", "\\^")
|
||||
text = text.replace("$", "\\$")
|
||||
text = text.replace("%", "\\%")
|
||||
text = text.replace("=", "\\=")
|
||||
text = text.replace("@", "\\@")
|
||||
|
||||
return text
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user