TablesTables are created inside ~~~ blocks with the table keyword. Basic Table~~~{}{table} Cell 1 | Cell 2 | Cell 3 || Row 2 | Cell 5 | Cell 6 ~~~
Use | to separate columns and || for row breaks. Table with IDYou can give a table an HTML id attribute for styling or linking: ~~~{}{table}{my-table-id} Header A | Header B || Value A | Value B ~~~ Table with Formatted ContentTables support inline formatting within cells:
|