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: " into each td and th.
This is #710 but for v2
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:" into each td and th.
This is #710 but for v2