Page 1 of 1

[Solved] Markdown Table Border

Posted: Thu Dec 06, 2018 11:18 am
by Schallfalke
Hi all,
how can I add a border (or other styling) to the markdown tables?

I tried to make a table in my mod FAQ page (mid-section of here, under first picture, above section "Loot").
But there are no borders, no space. Fields collapsed together, making it hard to read.

I currently have code like this:

Code: Select all

  |                | Value | Best use     | Secondary use |
  |----------------|------:|--------------|---------------|
  | Alien ore 1    |     1 | Coal, stone  |               |
  | Alien ore 2    |     2 | Iron, copper |               |
  | Alien ore 3    |     4 | Uranium      | Iron, copper  |
  | Alien artifact |    10 | Science pack | Uranium       |

Re: Markdown Table Border

Posted: Tue Dec 11, 2018 9:26 am
by Sanqui
I added some table styling.

Re: Markdown Table Border

Posted: Tue Dec 11, 2018 9:42 am
by Schallfalke
Thank you. Tables look much better now. :D