본문 바로가기

Study/Web Dev Basic

Markdown

VScode에서 제공하는 markdown preview를 이용하면, 내가 .md 파일에서 작성하는 내용들을 시각적으로 확인할 수 있다.

heading 1

heading 2

heading 3

heading 4

heading 5
heading 6

paragraph


bold
italic

strikethrough

quote

  • un-orderd list
  • also un-orderd list
  1. orderd list
  2. orderd list
  3. orderd list

HERE My tistory blog

 

 

Header Description
cell 1 cell 2
cell 3 cell 4

console.log('Hello World!')

console.log('Hello World!');

 

github flavored markdown

'Study > Web Dev Basic' 카테고리의 다른 글

What is Database?  (0) 2022.06.04
What is REST?  (0) 2022.06.04
Browser & window  (0) 2022.04.05
What is the Web?  (0) 2022.04.05
What is the Internet?  (0) 2022.04.05