| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Pandoc.Util.Filter.Media
- media :: Inline -> IO [Inline]
Documentation
media :: Inline -> IO [Inline] Source #
main media-plugin.
Will convert the following syntax
{#audio}
{#video}
{#img}
{#svg}
{#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.