Releases: dwjohnston/react-github-permalink
Releases · dwjohnston/react-github-permalink
v1.11.1
Patch Changes
- 76b5037: Make JSX and TSX be detected specifically as JSX and TSX languages.
- c717b2f: Fix emoji rendering in code blocks with UTF-8 decoding
v1.11.0
Minor Changes
-
afb27b2: Switch style provider from HLJS to Prism. (Prism supports TSX).
Auto detect language based on file extension.
Adds a language
prop to override any auto-detection behaviour.