Explorar el Código

Fix #7 remove autolink bare uris from view_regex()

tags/v0.1.4
Garrick Aden-Buie hace 8 años
padre
commit
5334665150
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      R/run_regex.R

+ 2
- 1
R/run_regex.R Ver fichero

@@ -212,7 +212,8 @@ view_regex <- function(
tmp,
output_format = rmarkdown::html_document(css = c(system.file("styles", 'skeleton.css', package='regexplain'),
system.file("styles", 'style.css', package='regexplain')),
theme = NULL),
theme = NULL,
md_extensions = "-autolink_bare_uris"),
quiet = TRUE
))
rstudioapi::viewer(tmp_html)

Cargando…
Cancelar
Guardar