Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Releases: deckgo/gatsby-remark-highlight-code

Bye bye IE11, Edge 16-18 and Safari 10

03 Sep 12:40

Choose a tag to compare

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

21 Aug 06:40

Choose a tag to compare

Fix

  • load required scripts for prismjs / cannot highlight code language php (@deckdeckgo#848)

Bump highlight-code dependency

08 Aug 06:01

Choose a tag to compare

Features

  • bump highlight-code dependencies to last version including reference to most recent prismjs

Docs for gatsby-plugin-mdx

17 Jul 05:05

Choose a tag to compare

Documentation

  • update readme for gatsby-plugin-mdx (#17)

Trim HTML node

06 Jul 04:32

Choose a tag to compare

Features

  • trim the value of the generated html node (#16)

Highlight Code Overflow-y Auto

03 Jul 11:04

Choose a tag to compare

Style

  • update highlight code component with a default overflow-y set to auto instead of scroll

Docs and style

17 Jun 20:13

Choose a tag to compare

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

21 May 11:52

Choose a tag to compare

Features

  • themes for the terminal carbon (#12)

Fix head.querySelector build errors

11 May 16:45
4f611b6

Choose a tag to compare

Fix

  • head.querySelector build errors (#10)

Handle language not loaded

27 Apr 16:34

Choose a tag to compare

Fix

  • update deckdeckgo-highlight-code for not loaded languages (#9)