Begins underline formatting with HTML tag
Source position: wmarkdown.pp line 66
public procedure TMarkdownWriter.UnderlineStart; override; |
Begins underline text formatting by writing HTML <u> tag.
Markdown has no native underline support, so HTML tags are used.
|
Ends underline formatting with HTML tag |