Text.Pandoc.LinkContext
queryLinksWithContext :: Pandoc -> Map Url (NonEmpty ([OtherAttr], [Block])) Source #
Query the pandoc document for all links
Return a map, containing the "surrounding context" (as Pandoc blocks) for each link.