Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lpnh opened this issue May 15, 2024 · 0 comments · Fixed by #116
Closed

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

lpnh opened this issue May 15, 2024 · 0 comments · Fixed by #116
Assignees
Labels
bug Something isn't working

Comments

@lpnh
Copy link

lpnh commented May 15, 2024

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!"
```
@henriklovhaug henriklovhaug added the bug Something isn't working label May 15, 2024
@henriklovhaug henriklovhaug moved this to Backlog in MD-TUI May 15, 2024
@henriklovhaug henriklovhaug self-assigned this May 15, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in MD-TUI May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants