Also need to make the webSafe function have option to convert new lines to BR (the [] processing should also be optional) - util.inc
Also need to add a variable that allows/disallows HTML
Simple tags:
- [b]...[b] - Bold ([B] bolder)
- [u]...[u] - Underlined
- [i]...[i] - Italic
- [s]...[s] - Strikethrough
- [p]...[p] - Paragraph ([P] para with more white space)
- [*]...[*] - Unordered/bulleted list
- [o]...[o] - Ordered/Numbered list
- [e]...[e] - List entry (nest [*] and/or [o] for heirarchies)
-
[t][r][d] - Table tags
Complex Tags:
- [p1] - Para level n - NOT IMPLEMENTED - wrap with a list instead
- [*1] - Bulleted list entry level n - NOT REQUIRED - nest lists
- [o1] - Numbered list entry level n - NOT REQUIRED - nest lists
- [L]...url...[L] Complex link (& and ? allowed) text is same as url (L can be lower case)
- [L]...url...[:]...text...[L] Complex link (& and ? allowed) with text
- [#rrggbb]...[#] - Text colour in Hex
- [!rrggbb]...[!] - Background colour in Hex
Tags with no end tag:
- [h] - Horizontal line
- [n] - New line (<BR>)
- [...url...] Simple url (no & or ? allowed) text is same as url
|