- Initial event support (kjbekkelund).
- Made remark.config a function accepting configuration options.
- Added support for multiple content classes on a single line.
- Input Markdown source element should now be of type TEXTAREA instead of PRE.
- Added proper escaping of in-code HTML.
- Made highlight.js styles work on inline code as well as block code.
- Made highlight style configurable through
highlightStyle
option. - Added current slide number to slides.
- Disabled highlighting of inline code without language hinting.
- Added full highlight.js supporting a whole bunch of languages.
- Simple handling of swiping, e.g. for iPhones (kjbekkelund).
- Fixed non-working links via touch events.
- Fixed non-working resize (kjbekkelund).
- Added slide navigation using page up/down keys and mouse wheel.
- Added touch events in order to support mobile phones (kjbekkelund).
- Go to the next slide when pressing Space (kjbekkelund).
- Prepending instead of appending default styles to <head> (kjbekkelund).
- Fixed bug with markdown contained in content classes, i.e.
.class[![image](img.jpg)]
.
- Initial version.