summaryrefslogtreecommitdiff
path: root/tests/s5.fragment.html
blob: c40f2514ef0b50923a8783278d8e57799763ca5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h1>First slide</h1>
<ul>
<li>first bullet</li>
<li>second bullet</li>
</ul>
<h1>Smarty</h1>
<blockquote>
<ul>
<li>&quot;Hello there&quot;</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>