安裝

devtools::install_github('rstudio/blogdown')

參考

hugo

blogdown

範例

加入HTML

knitr::raw_html()

knitr::raw_html(
'<div class = "row", id = "abc">
::before
<div class = "col-md-4">')

{ style="height: 70px"}

knitr::raw_html(
'</div>
::after
</div>')