This commit is contained in:
2025-10-13 00:23:29 +08:00
parent d5ac6dedec
commit e604b13160
3 changed files with 65 additions and 50 deletions

View File

@@ -1,10 +1,26 @@
<div id="structure">
<p>inc (need thm2 and a fake label)</p>
<p>inc (need thm2, thm1 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 id="inc" data-include="thm2, thm1 , fakelabel">
<div id="thm2" class="Theorem">
<p>test thm2</p>
<div id="inthm2" data-include="thm1">
<div id="thm1" class="Theorem">
<p>test thm1</p>
<div id="inthm1" class="Definition">
<p>something</p>
</div>
</div>
</div>
</div>
<div id="thm1" class="Theorem">
<p>test thm1</p>
<div id="inthm1" class="Definition">
<p>something</p>
</div>
</div>
</div>
<div id="thm1" class="Theorem">
<p>test thm1</p>
@@ -15,7 +31,12 @@
<div id="thm2" class="Theorem">
<p>test thm2</p>
<div id="inthm2" data-include="thm1">
<p>i need theorem 1</p>
<div id="thm1" class="Theorem">
<p>test thm1</p>
<div id="inthm1" class="Definition">
<p>something</p>
</div>
</div>
</div>
</div>
<div id="thm3" class="Theorem">