NuxtContent Markdown Test

이 문서는 NuxtContent에서 Markdown이 어떻게 렌더링되는지 테스트하기 위한 것입니다.

Nuxt Architecture
Harness the full power of Nuxt and the Nuxt ecosystem.

1. 기본 텍스트 서식 English.blog

일반 텍스트입니다.

굵은 텍스트입니다.

기울임꼴 텍스트입니다.

취소선 텍스트입니다.

2. 제목

h1 제목

h2 제목

h3 제목

h4 제목

h5 제목
h6 제목

3. 목록

순서 없는 목록

  • 항목 1
  • 항목 2
    • 하위 항목 2.1
    • 하위 항목 2.2
  • 항목 3

순서 있는 목록

  1. 첫 번째 항목
  2. 두 번째 항목
  3. 세 번째 항목
    1. 하위 항목 3.1
    2. 하위 항목 3.2

4. 링크

NuxtContent 문서

5. 이미지

Nuxt 로고

원본 문서의 이미지:

Dashing away.webp

6. 인용문

Blockquotes can also be nested...

...by using additional greater-than signs right next to each other...

...or with spaces between arrows.

ㄹㄹㄹ

이탤릭 없앨 수 없나?

ㅎㅎㅎ

7. 코드

인라인 코드: console.log('Hello, NuxtContent!')

코드 블록:

function greet(name) {
  return `안녕하세요, ${name}님!`;
}

console.log(greet('NuxtContent'));

8. 표

간단한 표:

제목 1제목 2제목 3
행 1, 열 1행 1, 열 2행 1, 열 3
행 2, 열 1행 2, 열 2행 2, 열 3

원본 문서의 더 복잡한 표:

OptionDescription
datapath to data files to supply the data that will be passed into templates.
engineengine to be used for processing templates. Handlebars is the default.
extextension to be used for dest files.

9. 수평선


10. 작업 목록

  • 완료된 작업
  • 미완료 작업
  • 또 다른 미완료 작업

11. 각주

여기에 각주가 있습니다.1

12. 정의 목록

Term 1 : Definition 1

Term 2 : Definition 2a : Definition 2b

13. 취소선

취소선

14. 작은 글자 및 위첨자/아래첨자

  • H2O
  • X2

15. 이모지

😄 ❤️ :thumbsup:

16. 토글 목록

접기/펼치기

여기에 숨겨진 내용이 있습니다!

17. 사용자 정의 컨테이너 (경고 메시지)

::: warning 여기에 주의해야 할 내용이 있습니다! :::

18. 복잡한 이미지 예제

MinionStormtroopocat

Like links, Images also have a footnote style syntax:

Alt text

Minion Stormtroopocat

With a reference later in the document defining the URL location:

Footnotes

  1. 이것이 각주의 내용입니다.