We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1182c commit 628c799Copy full SHA for 628c799
README.md
@@ -3,21 +3,26 @@
3
[VS Code로 보기](https://github1s.com/ksundong/backend-interview-question)
4
5
## html내 마크다운 문법 사용법
6
+
7
html태그 밑에 빈 라인을 추가해야 마크다운이 적용된다.
8
9
예시)
10
11
<details><summary style="color:skyblue">CLICK ME</summary>
12
<p>
13
14
#### yes, even hidden code blocks!
15
16
## hi
17
18
**강조**
19
20
- 1
21
- 2
22
- 3
23
24
```python
25
print("hello world!")
-```
26
27
</p>
28
</details>
0 commit comments