Stackedit/js/html/buttonToc.html

9 lines
250 B
HTML
Raw Normal View History

2013-06-27 23:10:04 +00:00
<button class="btn dropdown-toggle" title="Table of contents" data-toggle="dropdown">
<i class="icon-list"></i>
2013-06-24 19:47:27 +00:00
</button>
<div class="dropdown-menu pull-right">
<h3>Table of contents</h3>
<div class="table-of-contents">
</div>
</div>