Stackedit/public/res/html/tocSettingsBlock.html

27 lines
887 B
HTML
Raw Normal View History

2013-06-24 19:47:27 +00:00
<p>Generates a table of contents when a [TOC] marker is found.</p>
2013-06-10 21:22:32 +00:00
<div class="form-horizontal">
2013-08-04 17:42:22 +00:00
<div class="form-group">
<label class="col-lg-4 control-label" for="input-toc-marker">Marker
2013-06-10 21:22:32 +00:00
RegExp</label>
2013-08-04 17:42:22 +00:00
<div class="col-lg-7">
<input type="text" id="input-toc-marker" class="col-lg-4 form-control">
2013-06-10 21:22:32 +00:00
</div>
</div>
2013-12-02 00:09:39 +00:00
<div class="form-group">
<label class="col-lg-4 control-label" for="input-toc-maxdepth">Max depth</label>
<div class="col-lg-7 form-inline">
<input type="text" id="input-toc-maxdepth"
class="col-lg-5 form-control" placeholder="6">
</div>
</div>
2013-08-04 17:42:22 +00:00
<div class="form-group">
<label class="col-lg-4 control-label" for="input-toc-button">Button over preview</label>
<div class="col-lg-7">
<div class="checkbox">
2013-06-24 19:47:27 +00:00
<input type="checkbox" id="input-toc-button">
2013-08-04 17:42:22 +00:00
</div>
2013-06-24 19:47:27 +00:00
</div>
</div>
2013-06-10 21:22:32 +00:00
</div>