mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:41:00 +00:00
Setting the marker's content width here is causing the text that follows
the marker to be indented a bit too much. This is noticeable when a line
with a disclosure marker is followed by a line with any other marker. It
previously would look something like:
> Text inline with disclosure-closed marker
* Text inline with circle marker
# Text inline with square marker
Now the disclosure marker line matches other marker types:
> Text inline with disclosure-closed marker
* Text inline with circle marker
# Text inline with square marker
|
||
|---|---|---|
| .. | ||
| expected | ||
| input | ||