Reviewed

2023-05-10

마크다운 작성모음

마크다운은 이렇게 설정되어 있습니다.

썸네일 이미지

This is a H1

This is a H2

This is a H3

This is a H4

This is a H5
This is a H6

내용은 그냥 이렇게 적으면 됩니다.

// next.config.js
/** @type {import('next').NextConfig} */

// eslint-disable-next-line @typescript-eslint/no-var-requires
const { withContentlayer } = require('next-contentlayer');

module.exports = withContentlayer({
	reactStrictMode: true,
});

This is a first blockqute. 첫번째 인용구

This is a second blockqute. 두번째 인용구

This is a third blockqute. 세번째 인용구

  • 1단계
    • 2단계
      • 3단계
        • 4단계
  1. 첫번째
  2. 두번째
  3. 세번째

Link: Google

italic 기울임꼴
bold 굵게

underline 밑줄
marker 형광펜 default image

Tags:

#markdown
Copyright © 2023 Hyoon
hyoon.dev