Files
readableFilter/output.html
2025-10-12 23:22:04 +08:00

28 lines
597 B
HTML

<div id="structure">
<p>inc (need thm2 and a fake label)</p>
<p>thm1 - inthm1</p>
<p>thm2 - inthm2 (need thm1)</p>
</div>
<div id="inc" data-include="thm2 , fakelabel">
<p>This line will be ignored</p>
</div>
<div id="thm1" class="Theorem">
<p>test thm1</p>
<div id="inthm1" class="Definition">
<p>something</p>
</div>
</div>
<div id="thm2" class="Theorem">
<p>test thm2</p>
<div id="inthm2" data-include="thm1">
<p>i need theorem 1</p>
</div>
</div>
<div id="thm3" class="Theorem">
<p>test thm3</p>
</div>
<div id="special" class="sidebar">
<p>Here is a paragraph.</p>
<p>And another.</p>
</div>