From 911326f7acd8a6ffe4858f7a28b373be34815eac Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Tue, 31 Jul 2012 23:50:41 -0400
Subject: [PATCH] update markdown code example to correctly reflect line breaks

---
 index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index a434ae4..8d9c844 100644
--- a/index.html
+++ b/index.html
@@ -127,7 +127,9 @@
 
 					<pre><code contenteditable style="margin-top: 20px;">&lt;section data-markdown&gt;
   ## Markdown support
-  For those of you who like that sort of thing. Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
+
+  For those of you who like that sort of thing. 
+  Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown).
 &lt;/section&gt;
 					</code></pre>
 				</section>
-- 
GitLab