Sfoglia il codice sorgente

Fix #7 remove autolink bare uris from view_regex()

tags/v0.1.4
Garrick Aden-Buie 8 anni fa
parent
commit
5334665150
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      R/run_regex.R

+ 2
- 1
R/run_regex.R Vedi File

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

Loading…
Annulla
Salva