Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert video HTML tag for images ending with ".webm" #1034

Merged
merged 4 commits into from
Jun 16, 2019

Commits on Jun 13, 2019

  1. Insert video HTML tag for embedded images with a video file ext

    Markdown image elements like `![Alt video text](dir/video.webm)` will be
    rendered with a video HTML element in a similar way to Gitlab markdown.
    Richard Palethorpe committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    2b093d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Add CHANGELOG

    mortenpi committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    0bd2dca View commit details
    Browse the repository at this point in the history
  2. Fix regex

    mortenpi committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    66d2de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eece55c View commit details
    Browse the repository at this point in the history