Skip to content
Discussion options

You must be logged in to vote

Yes, but it's not a simple solution.

I found a way, as you mentioned, by creating a project file (_quarto.yml) like the one below.

editor: source

project:
  output-dir: "."
  render: [README.qmd]
  post-render: "R/_post-render.R"

title: "Test"

format: gfm

Thank you for your assistance.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@danielvartan
Comment options

@mcanouil
Comment options

mcanouil Sep 4, 2024
Collaborator

@danielvartan
Comment options

Answer selected by danielvartan
@mcanouil
Comment options

mcanouil Sep 4, 2024
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants