[Solved] Markdown Table Border
Posted: Thu Dec 06, 2018 11:18 am
				
				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:
			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       |