Closed josh-collinsworth closed 2 months ago
Allows adding a title attribute to code fences in markdown, like so:
title
```ts title="index.ts" // Code here ```
Allows adding a
title
attribute to code fences in markdown, like so: