Skip to content

Commit 039a39c

Browse files
authored
Merge pull request ksundong#18 from hiro032/master
안녕하세요 레포를 보던중 html태그 내에서 마크다운 문법을 쓰지 않고 작성을 하셔서 도움 될까 보내봅니다.
2 parents dec348a + 628c799 commit 039a39c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
[VS Code로 보기](https://github1s.com/ksundong/backend-interview-question)
44

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+
530
## Table Of Contents
631

732
- [Contributors](#Contributors)

0 commit comments

Comments
 (0)