pandoc-slide-filter-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Util.Filter.Media

Synopsis

Documentation

media :: Inline -> IO [Inline] Source #

main media-plugin.

Will convert the following syntax

![](foo.aac){#audio}
![](foo.mp4){#video}
![](foo.png){#img}
![](foo.svg){#svg}
![](foo.html){#demo}

HTML-id's maybe ommitted if the file-extension is in whitelist.

If a type is detected by extension a custom id (not matching the extension) will be preserved.