spenserblack / steamdown

Convert Markdown to Steam's text format
steamdown.vercel.app
MIT License
27 stars 3 forks source link

Table syntax #223

Open spenserblack opened 4 months ago

spenserblack commented 4 months ago

Markdown supports alignment:

| alignment | left | right | center |
| --------- | :--- | ----: | :----: |
| some table text | some table text | some table text | some table text |
alignment left right center
some table text some table text some table text some table text

Steam does not support alignment. But it does support equalcells and noborder.

Perhaps some of the syntax for alignment can be repurposed for these attributes.

Ideas