Developer Content
Start writing content for developers
Another reason is easy to use tooling for writing a docs for developers, learn more here.
```tsx const MyComponent = () => { return <div>Hello, world!</div> } ```
Code Blocks
You can use standard markdown code blocks (```) to write code blocks.
```tsx{2} const MyComponent = () => { return <div>Hello, world!</div> } ```
Line Highlighting
You can highlight code lines.
Built with