githuber-md
githuber-md copied to clipboard
[Bug] Syntax highlighting is not case-sensitive
Describe the bug
Code block highlighting in markdown is not case-sensitive.
When I tag a code block with Lua
the block is not highlighted, when I change it to lua
it is highlighted.
To reproduce
Steps to reproduce the behavior:
- Create a new Markdown article
- Edit the contents of the code block and mark it as
Lua
- Posting Updates
- See error
Expected behavior
I can highlight Markdown code blocks using either Lua
or lua
tags