Context
No response
Bug description
when use title and linenums together, the radius is not right
Related links
Reproduction
reproduction.zip
Steps to reproduce
use the code in markdown file
def bubble_sort(items):
for i in range(len(items)):
for j in range(len(items) - 1 - i):
if items[j] > items[j + 1]:
items[j], items[j + 1] = items[j + 1], items[j]
Browser
No response
Before submitting
Context
No response
Bug description
when use title and linenums together, the radius is not right
Related links
Reproduction
reproduction.zip
Steps to reproduce
use the code in markdown file
Browser
No response
Before submitting