diff options
author | Hakim El Hattab | 2012-07-31 01:35:16 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-31 01:35:25 -0400 |
commit | 696346dccbde093af58cf6994fc89f19ab78e8f1 (patch) | |
tree | 24f366c81f278f4bc23cbb5e0fa469d8ec98f96f /README.md | |
parent | 19852772fe3aaa22d3447cb57b5e1b84d69814ba (diff) |
added slide announcing markdown support (#15)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -182,7 +182,9 @@ You can change the appearance of the speaker notes by editing the file at `plugi - New API method ```Reveal.getPreviousSlide()``` - New API method ```Reveal.getCurrentSlide()``` - New API method ```Reveal.getIndices()``` -- Fixes bug where the ```.present``` class was sometimes left on the previous slide +- Fixed bug where the ```.present``` class was sometimes left on the previous slide +- Added support for slides written using markdown +- Added helped method ```Reveal.getQueryHash()``` #### 1.4 - Main ```#reveal container``` is now selected via a class instead of ID |