Closed lpnh closed 6 months ago
There's an issue when using non-alphabetic characters in code block identifier
This displays correctly:
```sh echo "hello, world!"
This causes an issue:
echo "hello, world!"
There's an issue when using non-alphabetic characters in code block identifier
This displays correctly: