diff options
| author | Chris Rebert <[email protected]> | 2014-01-13 02:37:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-13 02:37:55 -0800 |
| commit | d62d7b0733fad9ffc54245f6ae47bdfd08b65dff (patch) | |
| tree | 8a46e388c0b33c2a5c980fb2cdaeaa831d53ac0f /docs | |
| parent | 80bed836e0a699d43c483e9957d153edff1ce3d1 (diff) | |
| download | bootstrap-d62d7b0733fad9ffc54245f6ae47bdfd08b65dff.tar.xz bootstrap-d62d7b0733fad9ffc54245f6ae47bdfd08b65dff.zip | |
document subheading syntax
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/grunt/bs-lessdoc-parser.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/grunt/bs-lessdoc-parser.js b/docs/grunt/bs-lessdoc-parser.js index f4da4238e..246304819 100644 --- a/docs/grunt/bs-lessdoc-parser.js +++ b/docs/grunt/bs-lessdoc-parser.js @@ -13,6 +13,8 @@ Mini-language: //== This is a normal heading, which starts a section. Sections group variables together. //## Optional description for the heading + //=== This is a subheading. + //** Optional description for the following variable. You **can** use Markdown in descriptions to discuss `<html>` stuff. @foo: #ffff; |
