On Wed, Jan 3, 2018 at 1:27 PM, <[email protected]> wrote: > > Date: Wed, 3 Jan 2018 19:04:20 +0200 > From: Martin Vahi <[email protected]> > To: [email protected] > Subject: [fossil-users] How to Embed WebM Videos to Fossil Wiki Pages? > Message-ID: <[email protected]> > Content-Type: text/plain; charset=utf-8 > > > I know that the way to embed an image is by > >  > > but it does not seem to work with the WebM videos. >
Both Fossil wiki syntax and Fossil Markdown syntax allow including HTML markup, so you should be able to include the video as an HTML video element and not have to rely on Fossil to generate the needed HTML.
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

