From a824992224eabb3db9ddd3bf051f8bc9445a5181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Br=C3=A9ant?= Date: Fri, 29 Nov 2024 11:43:25 +0100 Subject: [PATCH] Add detective extension for highlighting code in presentations --- docs/extensions/listings/revealjs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/extensions/listings/revealjs.yml b/docs/extensions/listings/revealjs.yml index a1ba4ded98..dc36ea2449 100644 --- a/docs/extensions/listings/revealjs.yml +++ b/docs/extensions/listings/revealjs.yml @@ -46,6 +46,11 @@ author: '[ArthurData](https://github.com/ArthurData)' description: Add some fun and send confetti into your presentation. +- name: detective + path: https://github.com/ThinkR-open/quarto-detective + author: "[ThinkR-open](https://github.com/ThinkR-open)" + description: Highlight specific code in your presentation. + - name: drop path: https://github.com/r-wasm/quarto-drop author: '[George Stagg](https://github.com/georgestagg)'