浏览代码

Fix inline and block code examples

Zachary Betz 6 年之前
父节点
当前提交
adc8f2ffea
共有 1 个文件被更改,包括 14 次插入0 次删除
  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
 
 ```