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