Closed
Description
When I create a self-contained HTML and remove the _book folder or move it to another directory, the content is ok, but the layout is strange with two scrollbars:
---
title: "Authoring A Book with R Markdown"
date: "`r Sys.Date()`"
author: "Dieter Menne"
knit: "bookdown::render_book"
output:
bookdown::gitbook:
self_contained: true
---
# Index
yml:
book_filename: "dieter-bookdown.Rmd"
chapter_name: "Chapter "
rmd_files: [ "index.Rmd", "c.Rmd", "b.Rmd", "a.Rmd" ]