Releases: mklilley/slidee
Releases · mklilley/slidee
V0.6.2
v0.6.1
v0.6.0
This release allows you to use local images in slidee slide decks.
For example:
<img src="img/test.jpg">
will load a local image from theimg
folder that's located inside the same folder as the markdown file<img src="../img/test.jpg">
will load a local image from theimg
folder that's located one folder up from the markdown file
v0.5.0
Add reveal.js math functionality to Slidee as documented on https://revealjs.com/math/