Skip to content

Commit 03c17be

Browse files
authored
Update README.md
1 parent 4f2b293 commit 03c17be

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
[VS Code로 보기](https://github1s.com/ksundong/backend-interview-question)
44

55
+ html내 마크다운 문법 사용법
6+
예시)
7+
<details><summary style="color:skyblue">CLICK ME</summary>
8+
<p>
9+
10+
#### yes, even hidden code blocks!
11+
## hi
12+
** 강조 **
13+
- 1
14+
- 2
15+
- 3
16+
```python
17+
print("hello world!")
18+
```
19+
20+
</p>
21+
</details>
622

723
## Table Of Contents
824

0 commit comments

Comments
 (0)