need include for div

This commit is contained in:
2025-04-20 21:27:40 +08:00
parent 887ff7b069
commit 8e8ac86037
4 changed files with 30 additions and 9 deletions

View File

@@ -1,6 +1,13 @@
<p>Heres the pandoc README:</p>
<pre data-include="input.md"><code>Here&#39;s the pandoc README:
<div data-include="filter.hs">
~~~~ {include=&quot;input.md&quot;}
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>