Procházet zdrojové kódy

Fix #7 remove autolink bare uris from view_regex()

tags/v0.1.4
Garrick Aden-Buie před 8 roky
rodič
revize
5334665150
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      R/run_regex.R

+ 2
- 1
R/run_regex.R Zobrazit soubor

@@ -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)

Načítá se…
Zrušit
Uložit