Skip to content

Commit

Permalink
Wrap output
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich committed Jun 6, 2024
1 parent b8aa275 commit 7e97580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/superfences_ponylang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<code lang="pony">%s</code>' % highlighted

return """
<pre class_name="ponylang %s %s", data-option="%s">
Expand Down

0 comments on commit 7e97580

Please sign in to comment.