Hello, it would be amazing to expose the following as exports:
normalizeTokens()
useTokenize()
I'm currently facing a situation where I want to insert elements between lines of code and I'd like to do it outside of the <Highlight> component, but I still want the tokenization improvements performed by normalizeTokens().
Does this make sense?