From 3d0d4a43983c13b2be240880ddadd84ee860d068 Mon Sep 17 00:00:00 2001 From: Jeffrey Girard Date: Mon, 9 Dec 2024 09:46:10 -0600 Subject: [PATCH] Add honeypot (#1511) (cherry picked from commit 6fab5c8ca23241957fb887ac7f0dd0b403c40627) --- docs/extensions/listings/shortcodes-and-filters.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 485d90afa9..8f22696717 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -253,6 +253,12 @@ description: > Quarto extension that allows to highlight text in a document for various formats: HTML, LaTeX, Typst, and Docx. +- name: honeypot + path: https://github.com/jmgirard/honeypot + author: '[Jeffrey Girard](https://github.com/jmgirard/)' + description: > + Add hidden instructions to HTML homework assignments to help detect cheating by unauthorized LLM usage. + - name: iconify path: https://github.com/mcanouil/quarto-iconify author: '[Mickaƫl CANOUIL](https://github.com/mcanouil)'