你可以使用 title="..." 属性为代码块添加标题。
title="..."
```js title="foo.js" console.log('Hello World'); ```
它将被渲染为:
console.log('Hello World');