henriklovhaug / md-tui

Markdown renderer in the terminal
GNU Affero General Public License v3.0
206 stars 13 forks source link

Issue with non-alphabetic characters in code block identifier #107

Closed lpnh closed 6 months ago

lpnh commented 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!"