FormidableLabs / prism-react-renderer

🖌️ Renders highlighted Prism output to React (+ theming & vendored Prism)
MIT License
1.88k stars 153 forks source link

Export `normalizeTokens` and `useTokenize` utility functions. #237

Closed carloskelly13 closed 11 months ago

carloskelly13 commented 11 months ago

Exports the two utility methods and adds documentation on them to the README

Addresses #236