building digraph

This commit is contained in:
2025-10-12 17:45:13 +08:00
parent c7e1c1a8dc
commit e133a11d61
3 changed files with 49 additions and 11 deletions

View File

@@ -1,16 +1,22 @@
<div id="lorem">
<p>Lorem ipsum dolor sit amet</p>
</div>
<div data-include="lorem, thm2 , fakelabel , ">
<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>