## ---- echo=FALSE, results='asis'----------------------------------------------
library(htmltools)
# func = function(id, title, inner = FALSE){
# id_no = paste0("#", id)
# b = paste0('
#
#
#
# ')
# HTML(b)
# }
# ender = HTML('
')
# start = HTML('
#
')
func = function(id, title, inner = FALSE){
id_no = paste0("#", id)
b = paste0('
')
HTML(b)
}
ender = HTML('
')
start = HTML('
')