030d94e1c3
Text/Shared/Pandoc. (escapeSGML, stringToSGML, inTag, inTagSimple, inTagIndented, selfClosingTag) These can be used by both the HTML and Docbook writers. git-svn-id: https://pandoc.googlecode.com/svn/trunk@417 788f1e2b-df1e-0410-8736-df70ead52e1b
17 lines
305 B
HTML
17 lines
305 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>
|