--- id: admin_docsexamples title: Examples of using notes sidebar_label: docsexamples --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; This is your mac stuff This is your linux stuff This is your mac stuff :::note Name of the category This is your mac stuff This is your linux stuff This is your mac stuff ::: ========================= :::important - This is my note - another list - super list ```python import os print(os.environ) ``` ::: :::tip This is my note ::: :::note This is my note ::: :::warning This is my note ::: :::caution This is my note ::: export const Highlight = ({children, color}) => ( {children} ); Docusaurus green and Facebook blue are my favorite colors. I can write **Markdown** alongside my _JSX_!