Markdown formatting writer implementation
uses |
||
|
Base class for formatted document writers |
|
This unit provides TMarkdownWriter, a concrete implementation of TFormattingWriter that generates Markdown output.
The writer supports document structure (headers, paragraphs), text formatting (bold, italic, underline via HTML), tables with proper alignment, lists (unordered, ordered, definition), preformatted code blocks, and character escaping for special Markdown characters.