df7b682251
git-svn-id: https://pandoc.googlecode.com/svn/trunk@2 788f1e2b-df1e-0410-8736-df70ead52e1b
18 lines
296 B
HTML
18 lines
296 B
HTML
<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>
|
|
|