소스 검색

Fixed mistake in github codeblock test

Titus 13 년 전
부모
커밋
b48c06fe72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/cases/github-style-codeblock.html

+ 1 - 1
test/cases/github-style-codeblock.html

@@ -7,7 +7,7 @@
 }
 </code></pre>
 
-And some HTML
+<p>And some HTML</p>
 
 <pre><code class="html">&lt;div&gt;HTML!&lt;/div&gt;
 </code></pre>