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.
2 parents dec348a + 628c799 commit 039a39cCopy full SHA for 039a39c
README.md
@@ -2,6 +2,31 @@
2
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>
29
30
## Table Of Contents
31
32
- [Contributors](#Contributors)
0 commit comments