The font color is switching to black when adding an empty line
FMXHTMLText.Text := '<B>Test</B>'; // works properly.
FMXHTMLText.Text := '<B>Test</B>' + CRLF + 'new line'; // works properly once
FMXHTMLText.Text := '<B>Test</B>' + CRLF + 'new line'; // text display is now black and stays black
In the FNC version of the component this fixed. Could you please fix this bug in the FMX version?