I want to have an automatic bottomWidget that has a heading and then another widget (TaskManager) inside of it. I have searched for similar questions, but have not found anything.
Basically I want this:
return widget.markdown([[
## Here are some tasks
${TaskManager(taskQuery)}
]])
But the TasksManager thing is rendered verbatim. How can I do this?