emanote-1.0.2.0: Emanate a structured view of your plain-text notes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Emanote.Pandoc.Renderer.Url

Synopsis

Documentation

urlResolvingSplice :: PandocInlineRenderer Model LMLRoute Source #

Resolve all URLs in inlines (a and img)

renderSomeInlineRefWith Source #

Arguments

:: (a -> SiteRoute) 
-> ([Inline], (Text, Text))

AST Node attributes of InlineRef

-> ResolvedRelTarget a 
-> Model 
-> RenderCtx 
-> Inline 
-> (a -> Maybe (Splice Identity)) 
-> Maybe (Splice Identity)