Explorar o código

Fix inline and block code examples

Zachary Betz %!s(int64=6) %!d(string=hai) anos
pai
achega
adc8f2ffea
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      exampleSite/content/post/cupper-typography.md

+ 14 - 0
exampleSite/content/post/cupper-typography.md

@@ -120,10 +120,24 @@ As Kanye West said:
 
 ## Inline code
 
+```
+This `<html>` tag is inline code.
+```
+
 This `<html>` tag is inline code.
 
 ## Block code
 
+````
+This
+
+```
+<html>
+```
+
+tag is block code. 
+````
+
 This
 
 ```