Skip to content
Discussion options

You must be logged in to vote

Also, the documentation you've linked about resources works inside any project, including default.

  • document.qmd
---
title: "Reproducible Quarto Document"
format: html
engine: markdown
resources:
  - whatever.png
---

![image](/whatever.png)
  • _quarto.yml
project:
  type: default
  output-dir: _output
quarto render document.qmd

Replies: 2 comments 8 replies

Comment options

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

Answer selected by floholl
@floholl
Comment options

@mcanouil
Comment options

@floholl
Comment options

Comment options

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

@floholl
Comment options

@mcanouil
Comment options

@floholl
Comment options

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