File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ body {
106106}
107107
108108pre {
109- background-color : # fafbf1 ;
109+ background-color : rgb ( 169 , 210 , 250 ) ;
110110 padding : 4px 8px ;
111111 border-radius : 8px ;
112112 font-size : 1.0em ;
@@ -116,7 +116,7 @@ pre {
116116}
117117
118118code {
119- background-color : # fafbf1 ;
119+ background-color : rgb ( 169 , 210 , 250 ) ;
120120 font-size : 1.0em ;
121121 font-family : "Nanum Gothic Coding" , monospace;
122122 font-weight : 400 ;
Original file line number Diff line number Diff line change 3737> ```
3838> 코드
3939> ```
40+
41+
42+
43+ ### 2.3. 인용(단어)
44+ * 예제
45+
46+ ` keyword `
47+
48+ * 미리보기
49+
50+ ` keyword `
51+
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ _single underscores_
99**double asterisks**
1010__double underscores__
1111~~cancelline~~
12- `keyword`
1312```
1413
1514* 미리보기
@@ -19,4 +18,3 @@ __double underscores__
1918> ** double asterisks**
2019> __ double underscores__
2120> ~~ cancelline~~
22- > ` keyword `
You can’t perform that action at this time.
0 commit comments