Unit 'Markdown.Elements' Package
[Overview][Types][Classes][Index] [#fcl-md]

TMarkdownFrontmatterBlock

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TMarkdownFrontmatterBlock

|

TMarkdownContainerBlock

|

TMarkdownBlock

|

TMarkdownElement

|

TObject


Documentation generated on: 2026-03-29