Przeglądaj źródła

Fix #7 remove autolink bare uris from view_regex()

tags/v0.1.4
Garrick Aden-Buie 8 lat temu
rodzic
commit
5334665150
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      R/run_regex.R

+ 2
- 1
R/run_regex.R Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz