Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c63646cf405270339ffc850ed614170baec2fea7 (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8" ?> 
<cheatsheet title="Testing Infopop and Help Links">

<intro 
	href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
	<description>
This cheat sheet will test infopop and help link.
Let's get started!
	</description>
</intro>

<item title="Item with simple text">
<description>
Some simple text to test the decription formating.
</description>
</item>

<item title="Item with a line break"><description>
Line one
<br/>
Line two with a special &lt; char in the middle.
</description></item>

<item title="Item with all the special charaters"><description>
&lt; - less than
<br/>
<b>Special characters</b><br/>
less than:   &lt;
<br/>
greater than: &gt;
<br/>
ampersand:   &amp;
<br/>
apostrophe:  &apos;
<br/>
quote:       &quot;
<br/>
</description></item>

<item title="Item with one less than"><description><b>&lt;</b></description></item>
<item title="Item with one greater than"><description>&gt;</description></item>
<item title="Item with one bold less than"><description><b>&lt;</b></description></item>
<item title="Item with one bold greater than"><description><b>&gt;</b></description></item>
<item title="Item with one less than before a break"><description>&lt;<br/></description></item>
<item title="Item with one less than after a break"><description><br/>&lt;</description></item>
<item title="Item with one less than between breaks"><description><br/>&lt;<br/></description></item>
<item title="Item with one greater than before a break"><description>&gt;<br/></description></item>
<item title="Item with one greater than after a break"><description><br/>&gt;</description></item>
<item title="Item with one greater than between breaks"><description><br/>&gt;<br/></description></item>


</cheatsheet>

Back to the top