rehype-pretty / rehype-pretty-code

Beautiful code blocks for Markdown or MDX.
https://rehype-pretty.pages.dev
MIT License
998 stars 63 forks source link

Fixed errors in showLineNumbers example. #203

Closed beamcode closed 2 weeks ago

beamcode commented 4 months ago

The example css did not work properly for conditional showLineNumbers.

Used the css from the website that shows the working example.

Previous sizing of 3rem for 3 digits was too large. Fixed it. Added size for 4 digits.

Twaites commented 2 weeks ago

Thank you for this! I've spent the last 15 minutes trying to figure out what I did wrong.