TiddlyWiki Markup
Source:
http://tiddlywiki.tiddlyspace.com/TiddlyWiki%20Markup
Basic Formatting
''bold'' //italics// ''//bold italics//'' __underline__
--strikethrough-- super^^script^^ sub~~script~~ @@highlight@@
em -- dash {{{monospace}}}
Escaping
"""plain//test""" <nowiki>plain//text</nowiki>
Headings
!Heading 1
!!Heading 2
!!!Heading 3
!!!!Heading 4
!!!!!Heading 5
Ordered List
#item one
#item two
##level two
###level trhee
Unordered List
*item one
*item two
**level two
***level thre
Definition List
;term
:definition
Blockquote (nested)
>blockquote
>>level two
>>>level three
Blockquote (multi-line)
<<<
multi-line
blockquote
<<<
Code Block
{{{
code
block
}}}
Internal Links
WikiWord ~NoLink [[Plain Link]] [[Pretty Link|Passage Name]]
External Links
http://example.com [[Link Text|
http://example.com]]
Images
[img[path/image.jpg]] [>img[path/right/aligned/image.jpg]]
[<img[path/left/aligned/image.jpg]]
[img[path/with/internal/link/image.kpg][Passage Name]]
[img[path/with/external/link/image.jpg][Link
Text|
http://example.com]]
Table
|!Column heading 1|!Column heading 2|h
|left aligned | right aligned|
| centered ||
Embedded HTML
<html>...</html>
Custom styles
CSS properties ending with a semicolon may follow highlight opening
@@ or table cell opening |.
Miscellaneous
Line break: <br>
Horizontal rule: ---- or <hr>
HTML entities
<<macroInvocation>>
/% hidden text %/