%%red
This is red text.%%

|
|
Sometimes, it is unclear whether the %% markup is closing a styled block. In such cases, you can use the %! markup to close the block. For example, this produces an invalid result:
|
first %%blue second%%third
first %%blue second%!third
