Chuyển tới nội dung chính

MDX Blog Post

· 1 phút để đọc
Đàm Trọng An
DevOps Engineer @ LG CNS Viet Nam

Blog posts support Docusaurus Markdown features, such as MDX.

mẹo

Use the power of React to create interactive blog posts.

For example, use JSX to create an interactive button:

<button onClick={() => alert('button clicked!')}>Click me!</button>