Blog posts support Docusaurus Markdown features, such as MDX.
MDX 문법을 지원하기 때문에 아래와 같이 컴포넌트를 넣어 작성하실 수 있습니다!
tip
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>
Blog posts support Docusaurus Markdown features, such as MDX.
MDX 문법을 지원하기 때문에 아래와 같이 컴포넌트를 넣어 작성하실 수 있습니다!
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>