[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: markdown.htmlrender.pas line 37
type TMarkDownHTMLRenderer = class(TMarkDownRenderer) |
protected |
procedure Append(); |
procedure AppendNL(); |
property Builder: TStringBuilder; [r] |
public |
constructor Create(); override; |
destructor destroy; override; |
procedure RenderDocument(); |
procedure RenderChildren(); overload; |
function RenderHTML(); |
property HTML: string; [r] |
published |
property Options: THTMLOptions; [rw] |
property Title: string; [rw] |
property Head: TStrings; [rw] |
end; |
| | |
| | |
TObject |