diff --git a/src/markdown_exec/formatters/base.py b/src/markdown_exec/formatters/base.py index ab37b39..bcdc513 100644 --- a/src/markdown_exec/formatters/base.py +++ b/src/markdown_exec/formatters/base.py @@ -110,7 +110,7 @@ def base_format( if html: if source: - placeholder = str(uuid4()) + placeholder = f'
' wrapped_output = add_source( source=source_output, location=source,