마크다운 시작하기
Title1
title2
title3
title4
title5
title6
#######title 7?
라인 추가 '---'
링크
생활코딩
마크다운 작성법
Markdown Guide
유튜브
📌오늘 한 일
취소선(= strikethrough)(~~ ~~)- 볼드체 (** **)
- 이탈릭 (* *
💌인용문
This is quote (>)
list
- good thing1 is...
- good thing2 is...
- good thing3 is...
하위 리스트 만들기: 두번 띄움
- list1
- list2
Numbered list
- first
- second
- third
이미지
테이블
Header | Description | sort_middle |
---|---|---|
cell1 | cell2 | cell3 |
cell1 | cell3 | |
cell1 | cell2 | cell3 |
코드
console.log('message')
- 타입스크립트
console.log('message')
- 자바
public static void main(String[] args){
}
console.log('message')
😊이모지 단축키 :
Window 키 + ,(쉼표)
Window 키 + ;(세미콜론)
Author And Source
이 문제에 관하여(마크다운 시작하기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@nala94/1st-Post저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)