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