fix(gist): disable line numbers
This commit is contained in:
parent
38d175dab3
commit
b2538054ee
1 changed files with 1 additions and 1 deletions
2
app.py
2
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;",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue