Skip to content

Commit 628c799

Browse files
authored
docs: suggestions 반영
1 parent 9b1182c commit 628c799

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

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

55
## html내 마크다운 문법 사용법
6+
67
html태그 밑에 빈 라인을 추가해야 마크다운이 적용된다.
78

89
예시)
10+
911
<details><summary style="color:skyblue">CLICK ME</summary>
1012
<p>
1113

1214
#### yes, even hidden code blocks!
15+
1316
## hi
17+
1418
**강조**
19+
1520
- 1
1621
- 2
1722
- 3
23+
1824
```python
1925
print("hello world!")
20-
```
2126

2227
</p>
2328
</details>

0 commit comments

Comments
 (0)