parent
6dc692bc5f
commit
ec27946869
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue