eea359203a
+ Removed invisible anchors in front of header tags in HTML output. Reason: no way to prevent duplicate ID attributes (which is invalid HTML), since there might be duplicate header titles. See http://six.pairlist.net/pipermail/markdown-discuss/2005-January/000975.html. git-svn-id: https://pandoc.googlecode.com/svn/trunk@306 788f1e2b-df1e-0410-8736-df70ead52e1b
17 lines
295 B
HTML
17 lines
295 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>
|