diff --git a/docs/highlight.md b/docs/highlight.md new file mode 100644 index 0000000000..8fb83f8423 --- /dev/null +++ b/docs/highlight.md @@ -0,0 +1,31 @@ +--- +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 +