Explorar el Código

Update whitespaces

Nico Jansen hace 3 años
padre
commit
9ca5068eee
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      test/test-markdown.html

+ 5 - 5
test/test-markdown.html

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