Is it possible to include a before_body only to some of the chapters in bookdown? I tried to write a yaml header for the chapters in which I want to insert the before_body block but nothing showed up
---
bookdown::gitbook:
includes:
before_body: includes/myblock.html
---