Skip to content

Commit

Permalink
docs: add css so abnf code formats okay
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Nov 28, 2022
1 parent bb930b4 commit c7007c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/assets/scss/syntax-highlighter.scss
Expand Up @@ -106,6 +106,12 @@ pre[class*="language-"] {
cursor: help;
}

.language-abnf .token {
display: inline;
padding: 0;
margin: 0;
}

pre {
counter-reset: lineNumber;
}
Expand Down

0 comments on commit c7007c3

Please sign in to comment.