Begins Markdown table with pipe separators
Source position: wmarkdown.pp line 70
public procedure TMarkdownWriter.TableStart( |
NoCols: Integer; |
Border: Boolean |
); override; |
NoCols |
|
Number of columns in the table |
Border |
|
Border flag (currently unused) |
Begins a Markdown table with the specified number of columns.
Table cells are separated with pipe symbols (|) and header rows are automatically underlined.
|
Completes table output |