diff options
| author | Bobby <[email protected]> | 2024-03-27 22:43:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-03-27 22:43:30 -0400 |
| commit | c193961a0593748433803467249d38ecb67b244b (patch) | |
| tree | a25615977c453298c6f61234af00861987db4770 /dev_status | |
| parent | c9c4d39cb46d5225512cd3fa030405fe0c925157 (diff) | |
| download | thatcomputerscientist-c193961a0593748433803467249d38ecb67b244b.tar.xz thatcomputerscientist-c193961a0593748433803467249d38ecb67b244b.zip | |
Fixed line numbers
Diffstat (limited to 'dev_status')
| -rw-r--r-- | dev_status/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_status/utils.py b/dev_status/utils.py index ffe7e029..50c492a9 100644 --- a/dev_status/utils.py +++ b/dev_status/utils.py @@ -91,7 +91,7 @@ def highlight_code(text, filename): noclasses=True, style="native", wrapcode=True, - linenos="inline", + linenos="table", nobackground=True, ) if lexer: |
