소스 검색

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
 
 ```