Begins document with title header
Source position: wmarkdown.pp line 54
public procedure TMarkdownWriter.DocumentStart( |
const Title: string |
); override; |
Title |
|
Document title to display |
Begins document generation and writes the document title as level 1 header if provided.
The title is formatted with a single # symbol and followed by blank lines.
|
Completes document output |