Package: downlit Title: Syntax Highlighting and Automatic Linking Version: 0.4.5.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pkgdown', 'hugodown', and 'bookdown'. It includes linking of function calls to their documentation on the web, and automatic translation of ANSI escapes in output to the equivalent HTML. License: MIT + file LICENSE URL: https://downlit.r-lib.org/, https://github.com/r-lib/downlit BugReports: https://github.com/r-lib/downlit/issues Depends: R (>= 4.0.0) Imports: brio, desc, digest, evaluate, fansi, memoise, rlang, vctrs, withr, yaml Suggests: covr, htmltools, jsonlite, MASS, MassSpecWavelet, pkgload, rmarkdown, testthat (>= 3.0.0), xml2 Config/Needs/website: tidyverse/tidytemplate Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Repository: https://r-lib.r-universe.dev Date/Publication: 2026-07-06 21:27:37 UTC RemoteUrl: https://github.com/r-lib/downlit RemoteRef: HEAD RemoteSha: a6233104d5a46d273107421c52515ed63cc912aa NeedsCompilation: no Packaged: 2026-07-06 22:18:27 UTC; root Author: Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham