Begins list with blank line
Source position: wmarkdown.pp line 78
public procedure TMarkdownWriter.ListStart( |
ListType: TlistType |
); override; |
ListType |
|
Type of list (ordered or unordered) |
Begins a list by adding a blank line for separation.
All list types use dash (-) bullets for consistency.
|
Completes list with blank line |