I use html markup to change the font color. Here is an example:
This example has four lines. I searched the forum and added div tag to the code, so that the color red applies to multiple lines.
In the markdown editor, all four lines in the preview are red.
But in the rich text editor, only the first line is red. Why is the preview and rich text editor different?
How do I fix it? Thanks.
The newline below the first line is necessary for the bullet points to appear on separate lines; otherwise -1, -2, -3 will be appended to the first line after "summary".
Indeed, applying color to the div tag solves the problem.