[[help:formatting]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

help:formatting [2017/07/20 16:03]
neil formatting, fixes
help:formatting [2021/07/20 10:37] (current)
neil [Tables] Updated code
Line 68: Line 68:
   * Second Item   * Second Item
  
 +Make sure there is a line break (e.g. hit Enter) before & after markup.
 -------------------------- --------------------------
  
Line 97: Line 97:
 Code: Code:
 <code> <code>
-| Header | Header | Right  +| Header | Header | Right | 
- Cell   Cell  |   $10  +|--------|--------|-------| 
- Cell   Cell  |   $20  |+| Cell   Cell   $10   
 +| Cell   | Cell   $20   |
 </code> </code>
  
Line 107: Line 108:
 |  Cell  |  Cell  |   $10  | |  Cell  |  Cell  |   $10  |
 |  Cell  |  Cell  |   $20  | |  Cell  |  Cell  |   $20  |
 +
 +
  
 If you don't want to go through and create tables manually, you can use the [[http://www.tablesgenerator.com/markdown_tables#|Markdown Tables generator]] which allows you to create markdown tables through a simple copy + paste GUI. If you don't want to go through and create tables manually, you can use the [[http://www.tablesgenerator.com/markdown_tables#|Markdown Tables generator]] which allows you to create markdown tables through a simple copy + paste GUI.