瀏覽代碼

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>