From 7e9758086d4bc28db5d73039933dbb66b31073a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Thu, 6 Jun 2024 03:11:35 +0200 Subject: [PATCH] Wrap output --- lib/superfences_ponylang/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/superfences_ponylang/__init__.py b/lib/superfences_ponylang/__init__.py index 20a0b35d..28dd3958 100644 --- a/lib/superfences_ponylang/__init__.py +++ b/lib/superfences_ponylang/__init__.py @@ -73,7 +73,7 @@ def format(source, language, css_class, options, md, classes=None, id_value='', except: raise SuperFencesException('Could not highlight source code "%s" passed' % (source)) - return highlighted + return '%s' % highlighted return """