Creates a new Markdown writer instance
Source position: wmarkdown.pp line 52
public constructor TMarkdownWriter.Create( |
AStream: TStream |
); override; |
AStream |
|
Output stream for the generated Markdown |
Creates a new TMarkdownWriter instance that writes to the specified stream.
The constructor initializes table and list tracking state for proper formatting.