summaryrefslogtreecommitdiffstats
path: root/filters/links_to_refs.lua
blob: f19a0f90e95e50299f87550394e9fa8edfc9ab2e (plain) (blame)
1
2
3
function Link (el)
    return { pandoc.Span(el.content), pandoc.Note { pandoc.Plain(pandoc.Link(el.content, el.target, el.title)) } }
end