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;", )