This is bold text.
This is italic text.
This is underlined text.
This is strikethrough text.
This is subscript text. (This effect does not export to HTML).
This is superscript text. (This effect does not export to HTML).
This is highlight text. (This does not export to HTML).
This is a bullet:
- bullet text
Tinderbox supports simple HTML unordered list generation by placing an asterisk at the start of a line. Two asterisks is a second level list item, etc. Thus:
* This is a list item
** This is a sub-item of the first list item
*** This is a sub-item of the above sub-item and so on
* This is another list item
** This is its sub-item
* Another list item…
Use hash (#) symbols in the above scenario to create numbered lists:
# This is a list item
## This is a sub-item of the first list item
### This is a sub-item of the above sub-item and so on
# This is another list item
## This is its sub-item
# Another list item…