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