I have the following code
export const highlights = [1, 4, 7 - 8]
<Code code={giteaEnv} lang="toml" title=".gitea.env" mark={highlights} />
And the following error:
Plugin "TextMarkers" caused an error in its "preprocessMetadata" hook. Error message: Line index must be a non-negative number
It's seem like it's evaluate 7-8 = -1, is it possible to highlight range of line?