Closed Skeeve closed 1 year ago
According to https://www.w3schools.com/Css/css_table_align.asp and to my experience of using https://github.com/kovetskiy/mark, alignment of cells with blackfriday does not work correctly.
This patch fixes the issue by inserting style="text-align: <alignment>" into each td and th.
style="text-align: <alignment>"
td
th
Update. According to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td the align-property in cells is deprecated.
Seems no one is interested and maybe it doesn't even apply to xhtml.
According to https://www.w3schools.com/Css/css_table_align.asp and to my experience of using https://github.com/kovetskiy/mark, alignment of cells with blackfriday does not work correctly.
This patch fixes the issue by inserting
style="text-align: <alignment>"
into eachtd
andth
.