fix(gist): disable line numbers

This commit is contained in:
Barrett Ruth 2025-10-04 18:33:27 -04:00
parent 38d175dab3
commit b2538054ee

2
app.py
View file

@ -123,7 +123,7 @@ def serve_gist(filename):
formatter = HtmlFormatter(
style="default",
cssclass="highlight",
linenos=True,
linenos=False,
noclasses=True,
cssstyles="padding: 20px; font-size: 18px; background-color: #f8f8f8;",
)