From f837343f9f1ea7c7de6e032139af6c01278464df Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sat, 4 Aug 2012 14:09:06 -0400
Subject: [PATCH] remove hard line breaks now that slide width is relative

---
 index.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index c6decbf..2845842 100644
--- a/index.html
+++ b/index.html
@@ -63,7 +63,7 @@
 					<section>
 						<h2>Vertical Slides</h2>
 						<p>
-							Slides can be nested inside of other slides,<br/>
+							Slides can be nested inside of other slides,
 							try pressing <a href="#/2/1">down</a>.
 						</p>
 						<a href="#/2/1" class="image">
@@ -126,8 +126,7 @@
 				<section data-markdown>
 					## 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).
 
 					<pre><code contenteditable style="margin-top: 20px;">&lt;section data-markdown&gt;
   ## Markdown support
-- 
GitLab