On this page I include several images in my rmarkdown document and it causes problems with the table of contents: the headings are duplicated and don't scrolldown adequatly. My present configuration is this:
toc: true
toc_float:
collapsed: false
Smooth_scroll: false
code_download: true
But I have tried every combination of toc_float: options possible and it does not solve the problem. Also tried changing the heading levels (all #, ...). The problem appears wether the image is inserted traditionally or in a code bloc. If I take out the images in my file, the TOC works properly. I have not been able to find any information on this issue. Thanks in advance for any help!
Sorry about the lack of info. No it also happens when knitting a single Rmd file. I downloaded the dev version and it had no impact. Not sure how to send a reproducible example with inserted images. Really sorry about the newbie clumsiness! Would a link to the file on the website repo be ok? CRLNP.github.io/3-objets.Rmd at master · CRLNP/CRLNP.github.io · GitHub
thanks again!
sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17763)