| tmp, | tmp, | ||||
| output_format = rmarkdown::html_document(css = c(system.file("styles", 'skeleton.css', package='regexplain'), | output_format = rmarkdown::html_document(css = c(system.file("styles", 'skeleton.css', package='regexplain'), | ||||
| system.file("styles", 'style.css', package='regexplain')), | system.file("styles", 'style.css', package='regexplain')), | ||||
| theme = NULL), | |||||
| theme = NULL, | |||||
| md_extensions = "-autolink_bare_uris"), | |||||
| quiet = TRUE | quiet = TRUE | ||||
| )) | )) | ||||
| rstudioapi::viewer(tmp_html) | rstudioapi::viewer(tmp_html) |