need include for div
This commit is contained in:
15
output.html
15
output.html
@@ -1,6 +1,13 @@
|
||||
<p>Here’s the pandoc README:</p>
|
||||
<pre data-include="input.md"><code>Here's the pandoc README:
|
||||
<div data-include="filter.hs">
|
||||
|
||||
~~~~ {include="input.md"}
|
||||
this will be replaced by contents of README
|
||||
~~~~</code></pre>
|
||||
</div>
|
||||
<div class="Theorem">
|
||||
<p>test thm1</p>
|
||||
</div>
|
||||
<div id="thm2" class="Theorem">
|
||||
<p>test thm2</p>
|
||||
</div>
|
||||
<div id="thm3" class="Theorem">
|
||||
<p>test thm3</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user