Overview#
Following styles are supported by the standard jspwiki.css file:
- %%small -- Smaller then normal font, like this
- %%sub -- Subscript, like aij = aji
- %%sup -- Superscript, like 23 = 8
- %%strike -- Strike through text, like this text is hardly readable
- %%ltr -- left-to-right text formatting
- %%rtl -- right-to-left text formatting
- %%commentbox -- comment box floating at the right margin
Special block markers:#
Use %%information ... %% for informational messages
Use %%warning ... %% for warning blocks
Use %%error ... %% for error blocks
Use %%quote ... %% to quote a block of text
Use %%center ... %% to center your text