Skip to content
Snippets Groups Projects
Commit dd0be7fe authored by George Kalpakas's avatar George Kalpakas Committed by Miško Hevery
Browse files

fix(docs-infra): always default to no linenums in `<aio-code>` (#31674)

Previously, `linenums` defaulted to true if the content was more than 10
lines long and false otherwise.

Since in most cases linenums add unnecessary visual noise, this commit
changes `linenums` to always default to false (regardless of the size of
the content). It can be still be turned on by explicitly setting to true
or a number.

PR Close #31674
parent 3d7303ef
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment