Closed Alexey-T closed 3 years ago
this code
procedure TForm1.FormCreate(Sender: TObject); begin p.Color:= clYellow; p.Text:= '<b>Cuda<u>Text</u></b> is editor<br><ul><li>test1</li><li>test2</li></ul>'; end;
gives wrong render of 2 LI tags. they must reside on 2 lines!
Fixed.
this code
gives wrong render of 2 LI tags. they must reside on 2 lines!