Readability

This commit is contained in:
oobabooga 2023-04-16 21:26:19 -03:00
parent 705121161b
commit 46a8aa8c09

View file

@ -33,9 +33,11 @@ def fix_newlines(string):
string = string.strip()
return string
def replace_blockquote(m):
return m.group().replace('\n', '\n> ').replace('\\begin{blockquote}', '').replace('\\end{blockquote}', '')
def convert_to_markdown(string):
# Blockquote