redbug312 / markdown-it-multimd-table

Multimarkdown table syntax plugin for markdown-it markdown parser
MIT License
144 stars 37 forks source link

Feature request: syntax to define thick borders both per column / row and per cell #28

Closed Meteor0id closed 4 years ago

Meteor0id commented 4 years ago

Lets say we want to make a Sudoku. It would help to have tick lines, to separate each block of 9 cells. We would need syntax to define thicker lines. Just defining this one in the header and first column would suffice, no need to define a thick border on every cell.

Or lets say we want to recreate the periodic table and you want to have a zigzag line to separate metals from non-metals. The thick line should be defined per cell, and there should be several options: normal cell, thick border on left, thick border on right, tick on top, bottom, left and top, left and bottom, top and bottom, right and bottom, right and top, top left and bottom, ... anyway you get it.

We're not trying to reinvent CSS, but this sort of styling really helps bring different kinds of table content which are currently not possible.

redbug312 commented 4 years ago

Reason explained in issue #26 :disappointed_relieved:. Thanks for this nice idea still.