You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed that the PR to add alignment for tables regressed alignment for text vs its underline
Repro
<h1align="center">Some text</p>
Rendered
You can see that the text is center aligned while the underline is left aligned
This seems to be due to removing the alignment from the Key which was used to set the alignment of the buffer_line. Admittedly I'm not really familiar enough with the renderer to know how to fix things without likely regressing other parts
The text was updated successfully, but these errors were encountered:
cc @trimental
Just noticed that the PR to add alignment for tables regressed alignment for text vs its underline
Repro
Rendered
You can see that the text is center aligned while the underline is left aligned
This seems to be due to removing the alignment from the
Key
which was used to set the alignment of thebuffer_line
. Admittedly I'm not really familiar enough with the renderer to know how to fix things without likely regressing other partsThe text was updated successfully, but these errors were encountered: