HTML5's audio/video and Markdown

Aslak Raanes aslakr at gmail.com
Tue Mar 18 13:59:12 EDT 2008


Does anyone have any toughts on how one should be using <video> &
<audio> with Markdown? Using the link or the img syntax?

Maybe:

[a film](film.m4v)
[an audio](audio.mp3)

could create:

<video src="film.m4v" controls><a href="film.m4v">a film</a></
video>
<audio src="audio.mp4" controls><a href="audio.m4v">an audio</a></
audio>

Other suggestions?




More information about the Markdown-Discuss mailing list