Closed
Description
Browser
Chrome Version 126.0.6478.183 (Official Build) (64-bit)
OS
Microsoft Windows 11 Pro 10.0.22631 Build 22631
Screen size
1920x1080
Describe the bug
Markdown code blocks lines are not aligned properly
How to reproduce
- Go to Tabler demo page
- Navigate to the bottom of the page, to the Code section
- Open Inspect tools of your favorite chromium based browser while right-clicking the text
// Some comments
- Navigate the Inspect tool Elements tab to highlight the
<code>
tag - Observe the padding
Editing the text may also help making the issue more evident.
Screenshots
Notice the "l" characters in the "padding" space
JSFiddle
No response