소스 검색

Update whitespaces

Nico Jansen 4 년 전
부모
커밋
9ca5068eee
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      test/test-markdown.html

+ 5 - 5
test/test-markdown.html

@@ -283,13 +283,13 @@
 				</section>
 				<section data-markdown class="with-code-in-fragment">
 					<script type="text/template">
-					  ```js
-					  foo.bar();
-					  ```
+					```js
+					foo.bar();
+					```
 
-					  <!-- .element: class="fragment" -->
+					<!-- .element: class="fragment" -->
 					</script>
-				  </section>
+				</section>
 			</div>
 		</div>