Table Extension
The table extension provides a means for defining table using traditional markdown syntax.
under construction
![](../../../media/under-construction.gif)
Documentation for this extension yet to come, I bet you can hardly wait.
Example 1: Example of stand-alone table using markdown syntax.
| Heading 1 | Heading 2 |
| - | - |
| Item 1 | Item 2 |
Heading 1 | Heading 2 |
---|---|
Item 1 | Item 2 |
Example 2: Example of table using markdown syntax displayed as a float.
!table id=table-floating caption=This is a "floating" table.
| Heading 1 | Heading 2 |
| - | - |
| Item 1 | Item 2 |
Table 1: This is a "floating" table.
Heading 1 | Heading 2 |
---|---|
Item 1 | Item 2 |