ThinkR-open / attachment

Tools to deal with dependencies in scripts, Rmd and packages
https://thinkr-open.github.io/attachment/
Other
108 stars 13 forks source link

Fix retrieve output from YAML #33

Closed statnmap closed 3 years ago

statnmap commented 3 years ago

bookdown::html_document2 is not correctly retrieved with att_from_rmd() ans code_folding: "show" may lead to parse problems

---
title: "My Title"
author: "Sébastien Rochette"
date: "23/01/2021"
output: 
  bookdown::html_document2:
    toc: true
    code_folding: "show"
editor_options: 
  chunk_output_type: console
---
statnmap commented 3 years ago

That should be good now.