Skip to content

Commit

Permalink
Update to version 0.5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnab committed Oct 3, 2013
1 parent 16e21aa commit 919a0ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.5.6
* #50: Support printing / export to PDF via Save as PDF in Chrome.
* Extend API: (([gureckis](https://github.com/gureckis)))
* Add `slideshow.pause()` and `slideshow.resume()` for bypassing keyboard navigation.
* Add `[before|after][Show|Hide]Slide` events.

### 0.5.5
* #53: Use highlight.js fork that fixes Scala multiline string issue.
* #54: Expose slide object in showSlide and hideSlide events.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class: center, middle
# Introduction

</textarea>
<script src="http://gnab.github.io/remark/downloads/remark-0.5.5.min.js" type="text/javascript">
<script src="http://gnab.github.io/remark/downloads/remark-0.5.6.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark"
, "version" : "0.5.5"
, "version" : "0.5.6"
, "dependencies": {
"marked": "0.2.8"
}
Expand Down

0 comments on commit 919a0ea

Please sign in to comment.