This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Releases: deckgo/gatsby-remark-highlight-code
Releases · deckgo/gatsby-remark-highlight-code
Bye bye IE11, Edge 16-18 and Safari 10
Breaking Changes
- IE11, Edge 16-18 and Safari 10 not supported
P.S.: Actually, I am not sure these were ever supported, but at least now, it is clear they are not 😉.
Load required scripts for prismjs
Fix
- load required scripts for prismjs / cannot highlight code language
php(@deckdeckgo#848)
Bump highlight-code dependency
Features
- bump highlight-code dependencies to last version including reference to most recent prismjs
Docs for gatsby-plugin-mdx
Documentation
- update readme for
gatsby-plugin-mdx(#17)
Trim HTML node
Features
- trim the value of the generated html node (#16)
Highlight Code Overflow-y Auto
Style
- update highlight code component with a default overflow-y set to
autoinstead ofscroll
Docs and style
1.4.2 (2020-06-17)
Documentation
- image tag src attribute to full URL path (#14)
1.4.1 (2020-06-14)
Style
- improve line numbers color and background (inherit terminal's background and color of the code's comments)
Themes for terminal carbon
Features
- themes for the terminal carbon (#12)
Fix head.querySelector build errors
Fix
head.querySelectorbuild errors (#10)
Handle language not loaded
Fix
- update
deckdeckgo-highlight-codefor not loaded languages (#9)