From b2538054ee009c5b560f692c9b795cbb7415fd0c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 4 Oct 2025 18:33:27 -0400 Subject: [PATCH] fix(gist): disable line numbers --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 508ac4d..2ceaef1 100644 --- a/app.py +++ b/app.py @@ -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;", )