In Azure Devops, I'd like to set up a Release Pipeline to produce a PDF artifact of Wiki .md files which include query results.
The query results display in the Wiki pages, but from the Release Pipeline, is there any way that pandoc (or similar) can connect to the boards data and replace the query markdown syntax with the query results?
Thank you.