rafaelcanovas / mdx-video

Python-Markdown extension for easy video embedding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors

  • Tyler Lesmann
  • Italo Maia
  • Rafael Canovas

Usage

import markdown

text = '...'
html = markdown.markdown(text, extensions=['video'])

Support

The following video providers are supported:

  • YouTube
  • Vimeo
  • Yahoo Video
  • Dailymotion
  • Metacafe
  • Veoh
  • Facebook

Contribute

Missed some provider? Don't be shy, fork it and send a pull request. Or you can open an issue too!

About

Python-Markdown extension for easy video embedding.


Languages

Language:Python 100.0%