diff options
| author | jonschlinkert <[email protected]> | 2014-10-26 06:38:10 -0400 |
|---|---|---|
| committer | jonschlinkert <[email protected]> | 2014-10-26 06:38:10 -0400 |
| commit | 3e9b461766fffe71c58da2d61cd3773f83caa2cf (patch) | |
| tree | 5b3844558a96e2998ddda4d37af3d9f0a7f5126f /docs | |
| parent | bab3679d1031ac77503c0c14b56aeda885721584 (diff) | |
| download | bootstrap-3e9b461766fffe71c58da2d61cd3773f83caa2cf.tar.xz bootstrap-3e9b461766fffe71c58da2d61cd3773f83caa2cf.zip | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 21a0b8797..e3e3dab39 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -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> |
