Commit Graph

4 Commits (973e577856c68d9381a10063900e29021e50a280)

Author SHA1 Message Date
Brandon Mathis 1708b99a06 refactor videos regex to be less insane
Philippe Lovis c72c3cd2a4 Fix relative URLs for video tag
Fixes issue . The markup regex only matched URLs beginning with 'http'.
This change adds support for relative URLs beginning with '/'. The regex is
based on the one used in image_tag.rb.
Brandon Mathis 8bf09b178d Video tag plugin now supports mp4,ogv,webm formats, closes
Brandon Mathis d5aa08d3f3 added video tag plugin