mrdocs::doc::TableBlock
A table block
Synopsis
struct TableBlock final
: BlockCommonBase<BlockKind::Table>
Description
Syntax:
| Header 1 | Header 2 | Header 3 |
| :------- | :------: | -------: |
| Left | Center | Right |
| Cell 1A | Cell 1B | Cell 1C |
| Cell 2A | Cell 2B | Cell 2C |