Skip to content

Commit cd24ac5

Browse files
committed
1
1 parent 79dea9f commit cd24ac5

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

web/core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ body {
106106
}
107107

108108
pre {
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

118118
code {
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;

web/page-markdown/page2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,15 @@
3737
> ```
3838
> 코드
3939
> ```
40+
41+
42+
43+
### 2.3. 인용(단어)
44+
* 예제
45+
46+
`keyword`
47+
48+
* 미리보기
49+
50+
`keyword`
51+

web/page-markdown/page7.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)