Warning, /frameworks/syntax-highlighting/autotests/folding/highlight.jira.fold is written in an unsupported language. File is not indexed.

0001 h1. Biggest heading
0002 h2. Bigger heading
0003 h3. Big heading
0004 h4. Normal heading
0005 h5. Small heading
0006 h6. Smallest heading
0007 
0008 *strong* *strong*
0009 
0010 _emphasis_ _emphasis_
0011 
0012 ??citation?? ??citation??
0013 
0014 -deleted- -deleted-
0015 
0016 +inserted+ +inserted+
0017 
0018 ^superscript^ ^superscript^
0019 
0020 ~subscript~ ~subscript~
0021 
0022 {{monospaced}} {{monospaced}}
0023 
0024 bq. Some block quoted text
0025 on two lines
0026 
0027 {quote}
0028     here is quotable
0029  content to be quoted
0030 {quote}
0031 
0032 {color:red}
0033     look ma, red text!
0034 {color}
0035 
0036 (empty line)
0037 
0038 \\
0039 ----
0040 ---
0041 --
0042 
0043 [#anchor]
0044 [^attachment.ext]
0045 
0046 [https://kate-editor.org]
0047 [Kate|http://kate-editor.org]
0048 
0049 [mailto:no-real-address-spam@kate-editor.org]
0050 
0051 [file:///c:/temp/foo.txt]
0052 [file:///z:/file/on/network/share.txt]
0053 
0054 {anchor:anchorname}
0055 [~username]
0056 
0057 * some
0058 * bullet
0059 ** indented
0060 ** bullets
0061 * points
0062 
0063 - different
0064 - bullet
0065 - types
0066 
0067 # a
0068 # numbered
0069 # list
0070 
0071 # a
0072 # numbered
0073 #* with
0074 #* nested
0075 #* bullet
0076 # list
0077 
0078 * a
0079 * bulleted
0080 *# with
0081 *# nested
0082 *# numbered
0083 * list
0084 
0085 !http://kate-editor.org/image.gif!
0086 
0087 !attached-image.gif!
0088 
0089 !image.jpg|thumbnail!
0090 
0091 !image.gif|align=right, vspace=4!
0092 
0093 !quicktime.mov!
0094 !spaceKey:pageTitle^attachment.mov!
0095 !quicktime.mov|width=300,height=400!
0096 !media.wmv|id=media!
0097 
0098 ||heading 1||heading 2||heading 3||
0099 |col A1|col A2|col A3|
0100 |col B1|col B2|col B3|
0101 
0102 {noformat}
0103 preformatted piece of text
0104  so *no* further _formatting_ is done here
0105 {noformat}
0106 
0107 {panel}
0108 Some text
0109 {panel}
0110 
0111 {panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
0112 a block of text surrounded with a *panel*
0113 yet _another_ line
0114 {panel}
0115 
0116 {code:xml}
0117     <beginfold id='1'><</beginfold id='1'>test>
0118         <beginfold id='1'><</beginfold id='1'>another tag="attribute"<endfold id='1'>/></endfold id='1'>
0119     </test<endfold id='1'>></endfold id='1'>
0120 {code}
0121 
0122 {code:xml|borderStyle=solid}
0123     <beginfold id='1'><</beginfold id='1'>test>
0124         <beginfold id='1'><</beginfold id='1'>another tag="attribute"<endfold id='1'>/></endfold id='1'>
0125     </test<endfold id='1'>></endfold id='1'>
0126 {code}
0127 
0128 {code:title=file.xml}
0129     <beginfold id='1'><</beginfold id='1'>test>
0130         <beginfold id='1'><</beginfold id='1'>another tag="attribute"<endfold id='1'>/></endfold id='1'>
0131     </test<endfold id='1'>></endfold id='1'>
0132 {code}
0133 
0134 {code:title=Bar.java|borderStyle=solid}
0135 // Some comments here
0136 public String getFoo()
0137 <beginfold id='2'>{</beginfold id='2'>
0138     return foo;
0139 <endfold id='2'>}</endfold id='2'>
0140 {code}