Sfoglia il codice sorgente

Update whitespaces

Nico Jansen 3 anni fa
parent
commit
9ca5068eee
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  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>