[Markdown] 블로그 내 POST 작성 예제

🗂 Header2

📌 Post 양식 (Header3)

property desc
title post 제목
categories post 카테고리
tags post 태그 - 자유롭게 작성 가능한 듯
toc table of contents
toc_label toc의 이름 -> default 값 변경 가능
toc_icon toc의 아이콘
toc_sticky toc 화면 고정 유무, 스크롤 여부에 관계 없이 고정
last_modified_at post 최근 수정일

📌 notice 박스 (Header3)

저는 notice (default) 박스입니다.
저는 notice--warning 박스입니다.
저는 notice--primary 박스입니다.

📌 Header3

정의나 강조 문구 표현하기
좋은 것 같습니다.

1. First:

일반 텍스트입니다. This is plain text.
e.g. orange, banana, apple, grape

2. Second:

일반 텍스트입니다. This is plain text.
e.g. orange, banana, apple, grape

3. Third:

일반 텍스트입니다. This is plain text.
e.g. orange, banana, apple, grape

밑줄을 쫙 그어보겠습니다.

code를 사용해봅니다.

const fruit = {
  name: 'banana',
  color: 'yellow',
};

🏠 블로그 홈으로 가보기

Categories:

Updated:

Leave a comment