yuin / goldmark-highlighting

A Syntax highlighting extension for the goldmark markdown parser.
MIT License
100 stars 14 forks source link

Proposal - Allow mixed case attribute names #30

Closed jmooring closed 2 years ago

jmooring commented 2 years ago

Currently, this does not do anything:

```text {LineNos=true LineNoStart=42}
foo
You must do this instead:
foo


Users are accustomed to case-insensitive HTML attribute names. I understand this is markdown, not HTML, but there is a similar expectation from non-developer users.
yuin commented 2 years ago

This is not only for this extension, but for the goldmark core.

Could you create a new discussion in yuin/goldmark?