Skip to content
Discussion options

You must be logged in to vote

The hashpipe comes from knitr in your case, all knitr options should work using yaml hashpipe style.

May I suggest to switch this discussion category from "Ideas" to "Q&A" and select this answer if appropriate? (From the desktop version of GitHub website)

---
title: "Untitled"
format: html
---

```{r}
#| label: feature
#| fig-height: 4.83
#| fig-width: 9
#| fig-path: "subdir/"
plot(1)
```

It works perfectly.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by cgoo4
Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

mcanouil Oct 8, 2022
Collaborator

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants