Skip to content

Convert links to footnote with docx output #9415

Answered by cagix
tamas-ferenci asked this question in Q&A
Discussion options

You must be logged in to vote

@tamas-ferenci You could probably reduce your script to

function Link(link)
    link.content:insert(pandoc.Note(link.target))
    return link.content
end

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@tamas-ferenci
Comment options

@cagix
Comment options

@tamas-ferenci
Comment options

@cagix
Comment options

Answer selected by tamas-ferenci
@tamas-ferenci
Comment options

@cagix
Comment options

@tamas-ferenci
Comment options

@tamas-ferenci
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants