When I run:
bookdown::render_book("index.Rmd", "bookdown::gitbook")
The HTML output has the wrong filepath since it adds %22 before and after the file path.
I am able to delete this and it upload correctly, but its inconvenient to delete these from every figure everytime an update is made.