About This Rule Parse Configuration Keys Render Configuration Keys Description
===== About This Rule =====
| **Name** | colortext |
| **Type** | inline |
| **Syntax** | ''##**color**|**text**##'' |
===== Parse Configuration Keys =====
None.
===== Render Configuration Keys =====
None.
===== Description =====
Use this rule to mark colored text. You describe the color using one of the W3C CSS color names...
| aqua | **the quick brown fox jumps over the lazy dog** |
| black | **the quick brown fox jumps over the lazy dog** |
| blue | **the quick brown fox jumps over the lazy dog** |
| fuchsia | **the quick brown fox jumps over the lazy dog** |
| gray | **the quick brown fox jumps over the lazy dog** |
| green | **the quick brown fox jumps over the lazy dog** |
| lime | **the quick brown fox jumps over the lazy dog** |
| maroon | **the quick brown fox jumps over the lazy dog** |
| navy | **the quick brown fox jumps over the lazy dog** |
| olive | **the quick brown fox jumps over the lazy dog** |
| purple | **the quick brown fox jumps over the lazy dog** |
| red | **the quick brown fox jumps over the lazy dog** |
| silver | **the quick brown fox jumps over the lazy dog** |
| teal | **the quick brown fox jumps over the lazy dog** |
| white | **the quick brown fox jumps over the lazy dog** |
| yellow | **the quick brown fox jumps over the lazy dog** |
... or a standard hex code.
##red|This is red text,## but this is not.
More text, and then ##ff9933|this is kind of orange.##
This is red text, but this is not.More text, and then this is kind of orange.