noamross / redoc

[NOTE: Project in suspended animation for now] Reversible Reproducible Documents
https://noamross.github.io/redoc
Other
514 stars 44 forks source link

how to set highlight_outputs = FALSE in YAML header? #53

Open rmflight opened 5 years ago

rmflight commented 5 years ago

For a given header, how can one set the option for highlight_outputs = FALSE in the YAML itself?

title: "My Title"
author: "Robert M Flight, Joshua M Mitchell, Hunter NB Moseley"
date: "2019-08-21"
output: 
  redoc::redoc:
    highlight_outputs: FALSE

Doesn't seem to work.

noamross commented 5 years ago

I can't recreate this - it works both in the current version and a few commits back from before changing the highlight_outputs default. Can you reinstall and test, and if it still can't be set (FALSE or TRUE), attach the resulting file?