downlit icon indicating copy to clipboard operation
downlit copied to clipboard

Syntax Highlighting and Automatic Linking

Results 32 downlit issues
Sort by recently updated
recently updated
newest added

Follow-up on #40 The behavior described in the README is not correct, but I think it'd be nice if it were. ```markdown `{not.an.installed.package.name}` ``` should become ```markdown not.an.installed.package.name ``` instead...

feature

Got a very similar error to #177 when trying to build a package website from behind a firewall. Until maybe 3-6 months this worked: ``` options(pkgdown.internet = FALSE) pkgdown::build_site() ```...

Closes #173 @EmilHvitfeldt ``` r downlit:::add_depends("tidymodels") #> [1] "tidymodels" "broom" "dials" "dplyr" "ggplot2" #> [6] "infer" "modeldata" "parsnip" "purrr" "recipes" #> [11] "rsample" "tibble" "tidyr" "tune" "workflows" #> [16] "workflowsets"...

Many static site generators support the use of pretty URLs. Currently `.html` is assumed to come at the end of URL, but it would be great if we could specify...

It appears downlit fails/omits to autolink inline R code in table cells. Example stringr vignette: https://stringr.tidyverse.org/articles/from-base.html ([source](https://github.com/tidyverse/stringr/blob/main/vignettes/from-base.Rmd)) Inline code in text paragraphs of the same vignette is properly autolinked ([discussion](https://github.com/tidyverse/stringr/pull/483#discussion_r1041333398)).

bug

From what I understand `build_news()` searchs the documentation for a package on the internet for every name surrounded with curly braces on NEWS.md. Should it be disabled if the option...

feature

This was first reported at https://github.com/quarto-dev/quarto-cli/issues/6128 and investigation lead to a `downlit::downlit_html_path()` processing. I put the full file that Quarto is post processing with downlit in [this gist](https://gist.githubusercontent.com/cderv/bfa2597c003065409e3473f2e36a79e3/raw/554c22e9b7fe054f7581e3a0d69e6780b284ac27/long-plotly-data.html) If we...

feature

Hey 👋 We just got this reported issue: https://github.com/tidymodels/tidymodels/issues/110 related https://github.com/r-lib/downlit/issues/87

feature

e.g. https://design.tidyverse.org In particular, don't make links inside of existing links.

bug

I have a vignette, where I use `{}` as "token" indicators. One token is named `stars`, and pkgdown converts this into a link to the package website, because it happens...

bug