Hi, I propose adding the possibility to add a title above a codeblock, for example to indicate the filename, etc.
Syntax wise, I think the approach described here makes a lot of sense:
`/etc/filenameastitle`
```ts=
const hello = "world";
```
Which should be displayed like this:

This way the markdown stays human readable and compatible.
Hi, I propose adding the possibility to add a title above a codeblock, for example to indicate the filename, etc.
Syntax wise, I think the approach described here makes a lot of sense:
Which should be displayed like this:

This way the markdown stays human readable and compatible.