From f671a0c11bb6c8f81c20df261072f60b7eb1b3c4 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 9 Sep 2024 13:20:56 -0500 Subject: [PATCH] Add news bullet about highlight.js --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 0226112..0cd9b45 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # profvis (development version) +* Bundled `highlight.js` updated to the latest version 11.10.0. * The CSS for profvis code is scoped so that it does not affect other blocks of code, such as those from RMarkdown or Quarto (@wch, #140). * profvis now relies on R 4.0.0. * `profvis()` now uses doubles instead of integers (#114).