Writes definition item with term and description
Source position: wmarkdown.pp line 82
public procedure TMarkdownWriter.DefinitionItem( |
const Aname: string; |
const AText: string |
); override; |
Aname |
|
Term being defined |
AText |
|
Description of the term |
Writes a definition item with the term name followed by a colon (:) and description.