# Meta

Besides the title, we also have some other meta attributes.

```ts lineNumbers wrapCode title="example.ts"
const longLine = 'This code block has line numbers, code wrapping, and a title';
```
