Stackedit/js/html/buttonToc.html
2013-06-24 20:47:27 +01:00

9 lines
230 B
HTML

<button class="btn dropdown-toggle" title="Table of contents">
<i class="icon-th-list"></i>
</button>
<div class="dropdown-menu pull-right">
<h3>Table of contents</h3>
<div class="table-of-contents">
</div>
</div>