Displaying 2 results from an estimated 2 matches for "aslakr".
Did you mean:
aslak
2007 May 28
1
svg as a spescial case for image
...(/path/to/img.svg)
![Alt text](/path/to/img.svg "Optional title")
One could write:
![Alt text](/path/to/img.svg "Optional title" 512x384)
and:
[id]: /path/to/img.svg "Optional title attribute" 512x384
--
Aslak Raanes
<http://www.idi.ntnu.no/~aslakr/> <xmpp:aslakr at gmail.com>
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