From 85ec2010d4e2d57881ce79a57a1e053d18372c01 Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Wed, 24 Aug 2022 13:07:52 -0400 Subject: [PATCH] Add PrismJS GitBook plugin with default theme (for now) --- CHANGELOG.md | 1 + book.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 974bc29..c09206b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - "hints" - "folding-chapters" - "localized-footer" + - "prism" ## 2022-08-23 diff --git a/book.json b/book.json index 6187a7f..dfaf592 100644 --- a/book.json +++ b/book.json @@ -5,7 +5,7 @@ "readme": "index.md", "summary": "SUMMARY.md" }, - "plugins": ["hints", "folding-chapters", "localized-footer"], + "plugins": ["hints", "folding-chapters", "localized-footer", "prism", "-highlight"], "localized-footer": { "hline": true, "filename": "FOOTER.md" -- GitLab