bigger fixes

This commit is contained in:
Linus E
2022-05-10 19:16:44 +02:00
parent d5c245856b
commit b83653bc42
3 changed files with 18 additions and 4 deletions

View File

@@ -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("*", "\\*")