rehype-pretty / rehype-pretty-code

Beautiful code blocks for Markdown or MDX.
https://rehype-pretty.pages.dev
MIT License
1k stars 63 forks source link

Loosen Meta Strings order requirement #191

Open o-az opened 4 months ago

o-az commented 4 months ago

this title="fib.sh" showLineNumbers /index/#v works but this /index/#v title="fib.sh" showLineNumbers doesn't.

In general showLineNumbers does not work when there's a highlighted group chars and and the highlighted group chars does not come after showLineNumbers.