I am using wowchemy theme for a blog. Initially, the visualization from ggplot2, plotly, and HTML table from DT::datatable was not rendering.
The static visualization is rendered using the following code.
knitr::opts_chunk$set(echo = TRUE, fig.path = "static")
But, This didn't render the interactive visualization and HTML table from DT and rmarkdown::paged_table().