Package: prismjs
Type: Package
Title: Server-Side Syntax Highlighting
Version: 1.0.0
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
    comment = c(ORCID = "0000-0002-4035-0289")),
    person("Lea Verou", role = "cph", comment="Prism JavaScript library"))
Description: 'Prism' <https://prismjs.com/> 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://github.com/ropensci/prismjs,
        https://docs.ropensci.org/prismjs/
BugReports: https://github.com/ropensci/prismjs/issues
Encoding: UTF-8
Imports: V8, xml2
RoxygenNote: 7.2.1
Language: en-US
NeedsCompilation: no
Packaged: 2022-11-18 16:32:41 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
  Lea Verou [cph] (Prism JavaScript library)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2022-11-21 10:00:02 UTC
