-
hi all im trying to convert my rmd files to Quarto but im getting that seems arbitrary errors when I try to render, ie
when rendering I get an error from the example file above
any clue what im doing wrong here? |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
Aug 7, 2022
Replies: 1 comment 1 reply
-
The use of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The use of
---
is making Quarto interpret the code between the---
markers as YAML. Try adding a space after the first---
or switching to use***
for horizontal rules.