mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
Replaces markdown.js with [remarkable](https://github.com/jonschlinkert/remarkable).
- remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html) - [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark) - easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation.
This commit is contained in:
@@ -295,7 +295,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<h2 id="buttons">Buttons</h2>
|
||||
<p>For each of Bootstrap's buttons, define text, background and border color.</p>
|
||||
<p>For each of Bootstrap's buttons, define text, background and border color.</p>
|
||||
<div class="row">
|
||||
<div class="bs-customizer-input">
|
||||
<label for="input-@btn-font-weight">@btn-font-weight</label>
|
||||
|
||||
Reference in New Issue
Block a user