Displaying 1 result from an estimated 1 matches for "inlinehtml".
2008 Mar 18
4
HTML5's audio/video and Markdown
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