//text// | text | italics | ||||||
**text** | text | bold | ||||||
__text__ | text | underline | ||||||
||text|| | text | highlight | ||||||
@@text@@ | @@text@@ | monospace | ||||||
! text | text |
header (h1) | ||||||
!! text | text |
header (h2) | ||||||
!!! text | text |
header (h3) | ||||||
* bullet ** bullet *** bullet |
|
unnumbered bullets | ||||||
# bullet ## bullet ### bullet |
|
numbered bullets | ||||||
-> text <- |
text |
block indent | ||||||
[t] [r][h]header1 [h]header2 [r][c]cell1 [c]cell2 [r][c]cell3 [c]cell4 [t] |
|
tables most parameters allowed, border added for display |
||||||
---- | horizontal line | |||||||
(c) (r) (t) or (tm) |
© ® ™ |
html symbols | ||||||
{ 2+3 } | 5 | Simple math expressions | ||||||
[[some.page]] [[some.page|label]] [[some.page|+]] |
some.page label Page |
various links urls accepted |
||||||
[[email@example.com]] | email@example.com | email link | ||||||
#tags | #tags | Easy tagging system | ||||||
img:boltwire.gif [^boltwire.gif parameters^] |
![]() ![]() |
image shortcut image with css parameters |
||||||
file:download.zip [^download.zip^] |
download.zip | file download | ||||||
<center>text</center> | text |
align text (also left, right) |
||||||
<color=red>text</color> | text | set color (also #f7f7f7) |
||||||
<size=150%>text</size> | text | set size (also pt) | ||||||
<text case=caps> text </text> |
TEXT | advanced string processing: understands case, substring, trim, position, and length |
||||||
<box> **BOLD** </box> |
BOLD |
A box with markup | ||||||
<code> **BOLD** </code> |
**BOLD** |
Display source code. Try also html, markup and debug. | ||||||
/= **BOLD** =/ | **BOLD** | Don't process markup | ||||||
`[[link|+]] | [[link|+]] | Backtick escapes next character | ||||||
/*comment*/ | hidden comments |