markup icon indicating copy to clipboard operation
markup copied to clipboard

Add support to display Grid Table well formatted in preview

Open RedCali opened this issue 5 years ago • 1 comments

Grid tables can be used to:

  • easily merge cells / columns
  • define the width of columns

by draw the table accordingly without the need of any additional attributes

its already supported by renders like

: Sample grid table.

+---------------+---------------+--------------------+
| Fruit         | Price         | Advantages         |
+===============+===============+====================+
| Bananas       | $1.34         | - built-in wrapper |
|               |               | - bright color     |
+---------------+---------------+--------------------+
| Oranges       | $2.10         | - cures scurvy     |
|               |               | - tasty            |
+---------------+---------------+--------------------+
:samples with spans:

+---+---+---+
| AAAAA | B |
+---+---+ B +
| D | E | B |
+ D +---+---+
| D | CCCCC |
+---+---+---+

+---+---+---+
| AAAAA | B |
+ AAAAA +---+
| AAAAA | C |
+---+---+---+
| D | E | F |
+---+---+---+

RedCali avatar Oct 20 '20 06:10 RedCali

Stale issue message

github-actions[bot] avatar Oct 19 '24 12:10 github-actions[bot]