From 3e9b461766fffe71c58da2d61cd3773f83caa2cf Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Sun, 26 Oct 2014 06:38:10 -0400 Subject: 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. --- docs/_includes/customizer-variables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') 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 @@

Buttons

-

For each of Bootstrap's buttons, define text, background and border color.

+

For each of Bootstrap's buttons, define text, background and border color.

-- cgit v1.2.3