I have tags such as this interspersed in one of my bookdown chapters:
<audio class="audio-specs" controls src="my.mp3"></audio>
When I run a regular RMarkdown html report the auto players are inserted at the right spots. When I run bookdown all of them float to the first page.
Suggestions for keeping them where they belong are welcomed.
Update: Some of my tags may be too close to section headers and so are included in the table of contents. I can solve this problem but I'm encountering several other html customizations that seem to not work with bookdown.