From 939e7f0e8a1d392dedb4c42fc9f8d73b7cfad5cf Mon Sep 17 00:00:00 2001 From: Mike West Date: Thu, 14 Oct 2010 18:19:00 +0200 Subject: [PATCH] Integrate `pilcrow` change from Docco MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rocco uses the Docco CSS directly, so when they make an update to the HTML/CSS, Rocco needs to play along. In this case, Docco changed from `#` to `ΒΆ`, and changed classnames as well (in [f8a88d66b381a1c04358][]). This commit migrates that change to Rocco. [f8a88d66b381a1c04358]: http://github.com/jashkenas/docco/commit/f8a88d66b381a1c04358fa9ef31dd58871b22dd6 --- lib/rocco/layout.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rocco/layout.mustache b/lib/rocco/layout.mustache index 48c4af0..2f07f61 100644 --- a/lib/rocco/layout.mustache +++ b/lib/rocco/layout.mustache @@ -31,8 +31,8 @@ {{#sections}} -
- # +
+
{{{ docs }}}