HTML5's audio/video and Markdown
Waylan Limberg
waylan at gmail.com
Tue Mar 18 15:30:10 EDT 2008
On Tue, Mar 18, 2008 at 1:59 PM, Aslak Raanes <aslakr at gmail.com> wrote:
> Does anyone have any toughts on how one should be using <video> &
> <audio> with Markdown? Using the link or the img syntax?
>
> Other suggestions?
>
This would fall under raw html. You should simple write your own html
directly in the markdown document just the way you want it. The parser
will pass it though unchanged. If you question this answer, go re-read
the [Inline HTML][] section of the syntax rules. The way I read it,
this is the only appropriate solution.
[InlineHTML]: http://daringfireball.net/projects/markdown/syntax#html
--
----
Waylan Limberg
waylan at gmail.com
More information about the Markdown-Discuss
mailing list