Commit 939146a
committed
docs: tmp fix for line numbers in code blocks
Using the `linenums_style: inline` option in the `pymdownx.highlight` extension
for generating a llm-friendly code block in llms.txt. However, this
solution is suboptimal. I want to remove the line numbers.
See mkdocstrings/python#2991 parent 3d70496 commit 939146a
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments