Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.42 KB

HISTORY.md

File metadata and controls

47 lines (29 loc) · 1.42 KB

0.3.1

  • Initial event support (kjbekkelund).
  • Made remark.config a function accepting configuration options.
  • Added support for multiple content classes on a single line.

0.3.0

  • 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.

0.2.4

  • Made highlight style configurable through highlightStyle option.
  • Added current slide number to slides.
  • Disabled highlighting of inline code without language hinting.

0.2.3

  • Added full highlight.js supporting a whole bunch of languages.

0.2.2

  • Simple handling of swiping, e.g. for iPhones (kjbekkelund).

0.2.1

  • Fixed non-working links via touch events.
  • Fixed non-working resize (kjbekkelund).

0.2.0

  • 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).

0.1.2

  • Prepending instead of appending default styles to <head> (kjbekkelund).

0.1.1

  • Fixed bug with markdown contained in content classes, i.e. .class[![image](img.jpg)].

0.1.0

  • Initial version.