See PmWiki.Template for use examples and template standards.
- Italics:
''text'' exampletext
- Bold:
'''text''' exampletext
- Bold Italics:
'''''text''''' exampletext
- Bigger Text:
[+text+] exampletext
- Smaller Text:
[-text-] exampletext
- Superscript:
'^text^' exampletext
- Subscript:
'_text_' exampletext
- Underline:
{+text+} exampletext
- Strikeout:
{-text-} exampletext
- Bulleted List:
* nesting: **
- Numbered List:
# nesting: ##
- Definition List:
:: Term : Definition
- Align Center:
%center%
- Align Right:
%right%
- Horizontal Line:
----
|
- Headings:
! / !! / !!! / !!!!
- Table of Contents:
(:toc:) uses headings
- Code (word):
@@code@@
- Code (block): [@...@] includes copy button
- Prevent formatting: [=...=]
- Line Break:
\\ or <<
- Indent Text:
->
- Hanging Text:
-<
- Reference:
[[link | link text]]
- Reference Anchor:
[[#anchor]]
- Group:
[[Group/Page]] display Page
[[Group.Page]] displays Group.Page
[[Group(.Page)]] display Group
- Include:
(:include PageName:)
- Redirect:
(:redirect PageName:)
|