Skip to content

Commit

Permalink
fix: add line numbers to code examples in python and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jun 3, 2024
1 parent 2244356 commit 4dc6b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,8 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
.prism-code.language-javascript .token-line::before,
.prism-code.language-json .token-line::before,
.prism-code.language-json5 .token-line::before,
.prism-code.language-python .token-line::before,
.prism-code.language-dockerfile .token-line::before,
.prism-code.language-XML .token-line::before,
.prism-code.language-js .token-line::before {
counter-increment: line-number;
Expand Down

0 comments on commit 4dc6b7c

Please sign in to comment.