Package: prismjs
Type: Package
Title: Server-Side Syntax Highlighting
Version: 2.1.0
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Lea Verou", role = "cph", comment="Prism JavaScript library"))
Description: Prism is a lightweight, extensible
syntax highlighter, built with modern web standards in mind.
This package provides server-side rendering in R using 'V8'
such that no JavaScript library is required in the resulting
HTML documents. Over 400 languages are supported.
License: MIT + file LICENSE
URL: https://ropensci.r-universe.dev/prismjs
https://docs.ropensci.org/prismjs/
BugReports: https://github.com/ropensci/prismjs/issues
Encoding: UTF-8
Imports: V8, xml2
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Language: en-US
Config/pak/sysreqs: libxml2-dev libssl-dev libnode-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2025-01-07 11:44:56 UTC
RemoteUrl: https://github.com/ropensci/prismjs
RemoteRef: master
RemoteSha: 09af79b5da0668f6cd1bb9dcfd097636929a5f26
NeedsCompilation: no
Packaged: 2026-05-28 14:56:23 UTC; root
Author: Jeroen Ooms [aut, cre] (ORCID: ),
Lea Verou [cph] (Prism JavaScript library)
Maintainer: Jeroen Ooms