options in YAML not changing output #6920
Unanswered
jkylearmstrong-temple
asked this question in
Q&A
Replies: 1 comment
-
You are not using Quarto options but RMarkdown, please read the guide (https://quarto.org/docs/output-formats/html-basics.html) and the reference page for valid HTML option (https://quarto.org/docs/reference/formats/html.html). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
The options I put into the YAML are not rending in the HTML in R
Steps to reproduce
The code is below:
Expected behavior
The date is still long instead of medium, there is no TOC, the TOC is not floating, ect.
Actual behavior
Your environment
R version
R Studio
System
R quarto package
Quarto check output
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.1.1: OK
Dart Sass version 1.55.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.3.450
Path: C:\Program Files\Quarto\bin
CodePage: 1252
[>] Checking basic markdown render....OK
[>] Checking Python 3 installation....(None)
[>] Checking R installation...........OK
Version: 4.3.1
Path: C:/Users/tus75918/AppData/Local/Programs/R/R-4.3.1
LibPaths:
- C:/Users/tus75918/AppData/Local/Programs/R/R-4.3.1/library
knitr: 1.44
rmarkdown: 2.25
[>] Checking Knitr engine render......OK
Beta Was this translation helpful? Give feedback.
All reactions