I am trying to add space between two tables and three graphs on an rmarkdown file that is knit into html. I was able to add space between two tables and add a header to the second table as follows
end of first table code
```
\
### Header For Second Table
However when I go to use either another header between tables or add whitespace similarly to above, the header shows up on the side of the table like this and no whitespace is added.
I am using pixiedust to make the tables and ggplot2 to make the graphs.
` as breaks? – timfaber May 31 '17 at 13:03
` did not work – May 31 '17 at 13:10