--- id: highlight title: Syntax highlighting demo --- ```cpp #include using namespace std; int main() { cout << "Hello world\n"; return 0; } ``` ```js class Example extends React.Component { render() { return ( Docusaurus