Unit 'WMarkDown' Package
[Overview][Classes][Index] [#fcl]

Reference for unit 'WMarkDown'

Markdown formatting writer implementation

uses

  System,

  WFormat,

  

Base class for formatted document writers

  Classes,

  sysutils;

Overview

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.


Documentation generated on: Mar 09 2026