In Posit's quarto, I'm trying to simultaneously render a gfm (Github flavoured markdown) and html. Is this possible? This is more or less what I'm trying to achieve:
---
title: "My title"
author:
- name: MyName
format:
gfm
html:
self-contained: true
number-sections: true
---