fixed syntax issue
This commit is contained in:
@@ -66,7 +66,7 @@ def convert_markdown(
|
||||
def wrap_blocks(html: str) -> str:
|
||||
if not block_html:
|
||||
return html
|
||||
return f\"<!-- wp:html -->\\n{html}\\n<!-- /wp:html -->\"
|
||||
return f"<!-- wp:html -->\n{html}\n<!-- /wp:html -->"
|
||||
|
||||
if renderer == "default":
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user