Files
readableFilter/output.html
2025-10-12 17:45:13 +08:00

31 lines
615 B
HTML

<div id="lorem">
<p>Lorem ipsum dolor sit amet</p>
</div>
<div id="inc" data-include="lorem, thm2 , fakelabel , ,inthm1 ,">
<div id="lorem">
<p>Lorem ipsum dolor sit amet</p>
</div>
<div id="thm2" class="Theorem">
<p>test thm2</p>
</div>
<div id="inthm1" class="Definition">
<p>something</p>
</div>
</div>
<div 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>
<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>