Text Color
In addition to the simple styles represented by the regular wiki markup, you can also apply your own styles. For example:
%%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
To correct the markup, use the %! markup for closing the block:
first %%blue second%!third
Styles for the following colors are pre-defined:
Was this helpful?