25 lines
475 B
HTML
25 lines
475 B
HTML
<div id="lorem">
|
|
<p>Lorem ipsum dolor sit amet</p>
|
|
</div>
|
|
<div data-include="lorem, thm2 , fakelabel , ">
|
|
<div id="lorem">
|
|
<p>Lorem ipsum dolor sit amet</p>
|
|
</div>
|
|
<div id="thm2" class="Theorem">
|
|
<p>test thm2</p>
|
|
</div>
|
|
</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>
|
|
<div id="special" class="sidebar">
|
|
<p>Here is a paragraph.</p>
|
|
<p>And another.</p>
|
|
</div>
|