diff --git a/modules/html_generator.py b/modules/html_generator.py index ca4f11ff..5f0fd43b 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -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