mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
@@ -389,6 +389,12 @@ inlineCommands = M.unions
|
||||
mkImage options .
|
||||
unescapeURL .
|
||||
removeDoubleQuotes $ untokenize src)
|
||||
-- svg
|
||||
, ("includesvg", do options <- option [] keyvals
|
||||
src <- braced
|
||||
mkImage options .
|
||||
unescapeURL .
|
||||
removeDoubleQuotes $ untokenize src)
|
||||
-- hyperref
|
||||
, ("url", (\url -> linkWith ("",["uri"],[]) url "" (str url))
|
||||
. unescapeURL . untokenize <$> bracedUrl)
|
||||
|
||||
Reference in New Issue
Block a user