Hmmm, let’s take a look.
Okay this is not ideal, but multiple hard returns that yield a blank line inside the color tags break the color. Ah, so do asterix.
The work around for this is to not have a blank line between lines, or to use \ to create a blank line. I’ll show you some examples below.
Or put your color tags on every line :-/
I don’t remember it working that way on the beta board–I think we checked specifically, didn’t we @Moderator_1?–so hopefully it’ll be fixable.
No multiple hard returns gives you this:
I have enjoyed three Fredrik Backman books.
Anxious People
A Man Called Ove
Which looks like this:
[color=orange]
I have enjoyed three Fredrik Backman books.
Anxious People
A Man Called Ove
[/color]
Or you can create the blank lines with \ :
I have enjoyed three Fredrik Backman books.
Anxious People
A Man Called Ove
Which looks like this:
[color=orange]
I have enjoyed three Fredrik Backman books.
\
Anxious People
\
A Man Called Ove
[/color]
Or you can use multiple sets of color tags:
I have enjoyed three Fredrik Backman books.
Anxious People
A Man Called Ove
Which looks like this:
[color=orange]I have enjoyed three Fredrik Backman books.[/color]
[color=orange]Anxious People[/color]
[color=orange]A Man Called Ove[/color]