[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: markdown.elements.pas line 156
type TMarkdownFrontmatterBlock = class(TMarkdownContainerBlock) |
public |
constructor Create(); override; |
destructor Destroy; override; |
function WhiteSpaceMode; override; |
property FrontMatterType: TFrontMatterType; [rw] |
property Content: TStringList; [r] |
end; |
| | |
| | |
| | |
| | |
TObject |