1h1. Biggest heading
2h2. Bigger heading
3h3. Big heading
4h4. Normal heading
5h5. Small heading
6h6. Smallest heading
7
8*strong*
9
10_emphasis_
11
12??citation??
13
14-deleted-
15
16+inserted+
17
18^superscript^
19
20~subscript~
21
22{{monospaced}}
23
24bq. Some block quoted text
25
26{quote}
27    here is quotable
28 content to be quoted
29{quote}
30
31{color:red}
32    look ma, red text!
33{color}
34
35(empty line)
36
37\\
38----
39---
40--
41
42[#anchor]
43[^attachment.ext]
44
45[https://kate-editor.org]
46[Kate|http://kate-editor.org]
47
48[mailto:no-real-address-spam@kate-editor.org]
49
50[file:///c:/temp/foo.txt]
51[file:///z:/file/on/network/share.txt]
52
53{anchor:anchorname}
54[~username]
55
56* some
57* bullet
58** indented
59** bullets
60* points
61
62- different
63- bullet
64- types
65
66# a
67# numbered
68# list
69
70# a
71# numbered
72#* with
73#* nested
74#* bullet
75# list
76
77* a
78* bulleted
79*# with
80*# nested
81*# numbered
82* list
83
84!http://kate-editor.org/image.gif!
85
86!attached-image.gif!
87
88!image.jpg|thumbnail!
89
90!image.gif|align=right, vspace=4!
91
92!quicktime.mov!
93!spaceKey:pageTitle^attachment.mov!
94!quicktime.mov|width=300,height=400!
95!media.wmv|id=media!
96
97||heading 1||heading 2||heading 3||
98|col A1|col A2|col A3|
99|col B1|col B2|col B3|
100
101{noformat}
102preformatted piece of text
103 so *no* further _formatting_ is done here
104{noformat}
105
106{panel}
107Some text
108{panel}
109
110{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
111a block of text surrounded with a *panel*
112yet _another_ line
113{panel}
114
115{code:xml}
116    <beginfold id='1'><</beginfold id='1'>test>
117        <beginfold id='1'><</beginfold id='1'>another tag="attribute"<endfold id='1'>/></endfold id='1'>
118    </test<endfold id='1'>></endfold id='1'>
119{code}
120
121{code:title=Bar.java|borderStyle=solid}
122// Some comments here
123public String getFoo()
124<beginfold id='2'>{</beginfold id='2'>
125    return foo;
126<endfold id='2'>}</endfold id='2'>
127{code}
128