Formatting text of pages cards in the panel

Hey there, I have a short question: I know about the possibility to use custom page fields in the text property of a pages field. Is it also possible to use markdown/kirbytext/html here?

An example of what I want to do in my blueprint:

fields:
  myfield:
    label: Pages
    type: pages
    layout: cards
    query: site.pages.published
    text: "**{{ page.title }}** <br> {{ page.teaser }}"

Is that possible somehow? Currently it only returns the unparsed string.
Thank you!

This is not possible so far for the text option, only for info (HTML, not markdown). Please open an idea issue if you’d like to see that feature implemented: https://github.com/getkirby/ideas/issues

Thank you for the clarification! Will do this.
Have a nice day!