Commit Graph

4 Commits (89b876d41c3a7005841a549b8c788a796a3a0bc5)

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