pml-lang / pml-companion

Java source code of the 'PML Companion (PMLC)'
https://www.pml-lang.dev
GNU General Public License v2.0
22 stars 1 forks source link

Broken Tables in PML 2.3.0 #75

Closed tajmone closed 2 years ago

tajmone commented 2 years ago

Something is not right with Tables' headers in PML 2.3.0.

While HTML headers generated via [[table_data]Table Data are as expected, the HTML generated via normal [[table]Table nodes are not: header cells in the former are correctly assigned the pml-table-header-cell class, whereas in the latter they are assigned the pml-table-body-cell class, which makes the header cells look like normal cells.

You can see this even in the documentation examples, where you'll notice that the ordinary Table headers are not styles in bold.

pml-lang commented 2 years ago

Yes. It's a bug that needs to be fixed.

pml-lang commented 2 years ago

Info: This bug is now fixed in my local development branch. The fix will be included in the next public version.

pml-lang commented 2 years ago

Fixed in version 3.0.0.