bigger fixes
This commit is contained in:
@@ -32,6 +32,7 @@ def make_markdown_proof(text): # used to avoid errors related to markdown parsem
|
||||
|
||||
:rtype: string
|
||||
"""
|
||||
text = str(text)
|
||||
|
||||
text = text.replace("_", "\\_")
|
||||
text = text.replace("*", "\\*")
|
||||
|
||||
Reference in New Issue
Block a user