From d62d7b0733fad9ffc54245f6ae47bdfd08b65dff Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@rebertia.com>
Date: Mon, 13 Jan 2014 02:37:55 -0800
Subject: [PATCH] document subheading syntax

---
 docs/grunt/bs-lessdoc-parser.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/grunt/bs-lessdoc-parser.js b/docs/grunt/bs-lessdoc-parser.js
index f4da4238ee..2463048193 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;
 
-- 
GitLab