소스 검색

update markdown code example to correctly reflect line breaks

Hakim El Hattab 12 년 전
부모
커밋
911326f7ac
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      index.html

+ 3 - 1
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>