-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Rich-text function that allows to create colored text with images and so on.
Rich text may be done in two ways:
- XML or HTML - similar to programmers and gives great flexibility but it's hard to parse
- wiki-mode - readable pseudocode like in modern wiki-engines but it allows only formatting, not text styling - may be there must be some sort of HTML anyway