0

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
---
shafee
  • 15,566
  • 3
  • 19
  • 47
Thomas Speidel
  • 1,369
  • 1
  • 14
  • 26
  • 1
    Does this answer your question? [How do I knit to two formats simulateously with Quarto?](https://stackoverflow.com/questions/73256017/how-do-i-knit-to-two-formats-simulateously-with-quarto) I dont't believe there's any UI shortcut as of now in RStudio / VS code plugin, Quarto doc also refers to `quarto_render()` - https://quarto.org/docs/get-started/authoring/rstudio.html#rendering:~:text=If%20you%20would%20like%20to%20render,well%20as%20the%20output%20format(s). – margusl Mar 15 '23 at 17:36
  • Thanks - I didn't see it was a duplicate of the question linked. – Thomas Speidel Mar 15 '23 at 18:01

0 Answers0