Formating text
Standard Markdown Styling ( Bold, Italic, Links, Inline Code, Highlighting)
List
1. Unordered List ( 3 ways, same results)
Admonition
1. Note
Badge
Default badge (primary / blue)
MDX Styling
MDX allows you to use JSX in your markdown content. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing interactive documentation with Docusaurus a breeze.
html
Docusaurus supports standard HTML tags within MDX files. This allows for advanced layouts and formatting that might be difficult to achieve with plain Markdown.
Tables
Docusaurus supports both standard Markdown tables and advanced HTML tables. Each has its own strengths depending on your use case.
Image & Video
1. Image from local folder
Tabs
Docusaurus provides the `` component that you can use in Markdown thanks to MDX:
Code Blocks
Code blocks within documentation are super-powered .
Mermaid js
Docusaurus now supports Mermaid.js for creating diagrams and visualizations using text and code.
New Category Test
this is category test 2