Safe Haskell | None |
---|---|
Language | Haskell2010 |
- media :: Inline -> IO [Inline]
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.