Export rendered task queries to new file

What I’m trying to do

I am trying to use a task query I wrote and access a markdown file version of the query results.

Example:

not done
path includes Daily
description regex matches /(.|\s)*\S(.|\s)*/
no tags
no due date
hide backlink
hide task count
group by filename reverse

I’d like a markdown file that contains the task list that this query returns, NOT a markdown file of the query itself. Either I can’t find the correct search terms to use, or no one else is doing this (which seems unlikely). I just want a markdown file of what this query returns.

Things I have tried