# NOT RUN {
# List all Lua filters stored in the rmarkdown package
pkg_file_lua()
# or in a specific package
if (xfun::loadable("bookdown")) pkg_file_lua(package = "bookdown")
# get a specific filter
pkg_file_lua(c("pagebreak.lua", "latex_div.lua"))
# }
Run the code above in your browser using DataLab