Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2 KB

HISTORY.md

File metadata and controls

60 lines (40 loc) · 2 KB

0.3.3

  • Expose config function.
  • Add support for highlightLanguage configuration option.
  • Add support for highlightInline configuration option.

0.3.2

  • Expose highlighter engine (kjbekkelund).
  • Handle 0 to 3 spaces before # in headings (kjbekkelund).
  • Support headings inside DIVs (kjbekkelund).
  • Use marked instead of Showdown (kjbekkelund).
  • Build remark using Node.js instead of Ruby.
  • Run tests using Buster.js instead of Jasmine.

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.