russross / blackfriday

Blackfriday: a markdown processor for Go
Other
5.41k stars 596 forks source link

bugfix/cell-alignment-v2 #711

Closed Skeeve closed 10 months ago

Skeeve commented 10 months 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

Skeeve commented 10 months ago

Update. According to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td the align-property in cells is deprecated.

Skeeve commented 10 months ago

Seems no one is interested and maybe it doesn't even apply to xhtml.