마크다운
Github readme.md 에서 흔하게 볼 수 있음
visualstudio code 의 preview 로 미리보며 사용가능
# heading1
## heading 2
### heading 3
#### heading 4
##### heading 5
###### heading 6
normal paragraph
---
<!-- line! -->
aaa bbb ccc ddd **bold**
aaa bbb ccc ddd *italic*
~~strike throught~~
> Quote
* content1
* content2
- aaa
- bbb
1. 111
2. 222
ling >> [click](https://blog.cxx.kr)
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
I think you should use an
`<addr>` element here instead.
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
- [x] task1 clear
- [x] task2 clear
- [x] task3 clear
- [ ] task4 not yet
연습삼아 마크다운을 넣어보았다
github 에서 제공하는 마크다운 가이드

댓글 남기기