summaryrefslogtreecommitdiff
path: root/tests/s5.fragment.html
blob: 240bafb350c1ca2fa5225affee04e1113799a5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<a id="First_slide"></a>
<h1>First slide</h1>
<ul>
<li>first bullet</li>
<li>second bullet</li>
</ul>
<a id="Smarty"></a>
<h1>Smarty</h1>
<blockquote>
<ul>
<li>"Hello there"</li>
<li>Here's a -- dash</li>
<li>And 'ellipses'...</li>
</ul>
</blockquote>
<a id="Math"></a>
<h1>Math</h1>
<ul>
<li>$\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$</li>
</ul>