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

TMarkdownWriter.DocumentStart

Begins document with title header

Declaration

Source position: wmarkdown.pp line 54

public procedure TMarkdownWriter.DocumentStart(

  const Title: string

); override;

Arguments

Title

  

Document title to display

Description

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.

See also

DocumentEnd

  

Completes document output


Documentation generated on: Mar 10 2026