Closed
Description
The following highlights fine in VS Code markdown.
```py
def greetings():
print("Hello world!")
```
If I add attributes like line highlighting or a title, syntax highlighting is gone.
```py{1}:title=greet.py
def greetings():
print("Hello world!")
```
How about just discarding everything after the first special character when reading the fence's language specifier?