-
Notifications
You must be signed in to change notification settings - Fork 100
[Feature Request] Title for code blocks #436
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request