diff --git a/src/markdown_utils.py b/src/markdown_utils.py index 8ae44c2..9769166 100644 --- a/src/markdown_utils.py +++ b/src/markdown_utils.py @@ -66,7 +66,7 @@ def convert_markdown( def wrap_blocks(html: str) -> str: if not block_html: return html - return f\"\\n{html}\\n\" + return f"\n{html}\n" if renderer == "default": try: