henriklovhaug/md-tui

Issue with non-alphabetic characters in code block identifier

Closed this issue · 0 comments

lpnh commented

There's an issue when using non-alphabetic characters in code block identifier

This displays correctly:

```sh
echo "hello, world!"
```

This causes an issue:

```no_rust
echo "hello, world!"
```