Skip to content

Releases: dploeger/jekyll-revealjs

Diagrams (with overview fix and configurable theme)

04 Nov 21:16
Compare
Choose a tag to compare
Use configurable mermaid theme (default `dark`)

I’ve added CSS to change edge labels to use a blurred backdrop rather than having a solid fill, as it makes them feel like entities on their own in the diagram with the theme defaults.

Diagrams (with overview fix)

02 Nov 20:27
Compare
Choose a tag to compare

Fixes an issue where the diagram did not render properly when navigating to it via the overview using the keyboard.

Diagrams

05 Sep 13:53
Compare
Choose a tag to compare
  • Mermaid diagram integration #39
  • Add list fragment shorthand #26
  • Add background image shorthand #25

4.0.0

05 Feb 14:44
de0e5ea
Compare
Choose a tag to compare
  • Fixes to #17
  • add a Gemfile to permit builds on hosts that do not infer dependencies (like Netlify)
  • exclude unnecessary files from the conversion to keep the generated _site folder clean
  • switch Markdown parser for better compatibility with recent Jekyll versions as run on GitHub Pages
  • Fix typo in the README: Wether -> Whether

Thanks to @mrmanc @infotexture

3.0.0

24 Jan 07:53
359b0f5
Compare
Choose a tag to compare
  • Supports Reveal 3.7.0
  • Updated README

2.0.0

07 Nov 11:16
e771b08
Compare
Choose a tag to compare
  • Changed versioning to adhere to semver standards
  • Used rouge syntax highlighter instead of pygments because of Github pages issues. Thanks, @mrmanc

v1.5

10 Sep 10:07
2b1c66a
Compare
Choose a tag to compare
  • Better Support for GitHub Pages by introducing a new method for including backgrounds and Fragments (please see README.md)
  • The old method ({% fragment %}), that used custom plugins is now deprecated and will be removed in the future
  • Moved layout code from index.html to _layout/. Please check your code, if you have modified that part in index.html

Thanks to @mrmanc

v1.4

06 Sep 07:39
515cb43
Compare
Choose a tag to compare
  • Support of custom CSS modifications
  • Support for an easier way for specifying reveal_options

v1.3

23 Mar 07:28
Compare
Choose a tag to compare
  • Compatibility with Jekyll 3.4.1 (Thanks to @Phlow)

v1.2

25 Nov 09:36
Compare
Choose a tag to compare
  • Updated highlighter configuration to get rid of deprecation notice for current Reveal.js versions (since 2.0 actually)