Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

45 lines (28 loc) · 1.54 KB

Features

  • Allow YouTube configuration to include enablejsapi=1 into the final URL, which enables the JS api for YouTube videos.

1.2.1 (2016-11-29)

Features

  • defaultSizes: allows a user to override the default height or width by passing in youtubeHeight or youtubeWidth into showdown settings (26b220a)

1.2.0 (2016-11-23)

Fix

  • output: force HTTPS protocol in output (fa1d360)

1.1.0 (2016-06-21)

Features

  • vimeo: Add vimeo support (07d02e6)

1.0.0 (2015-07-21)

Release information

Release of youtube extension compatible with showdown ^1.0.0

Compatibility

Compatible with showdown v.1.x.x

Features

  • video size: enables setting video size using image dimensions syntax.
  • smooth live preview: enables smooth preview in live editors by replacing the iframe with an image. This option should be disabled when parsing the final document.