From 9eb1855b5d066610814c7010402cf394d74cd4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Jord=C3=A3o?= Date: Sun, 2 Aug 2026 22:57:38 -0300 Subject: [PATCH] Add cite-this extension to listings --- 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 8992a5c51e..7468ca8577 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -129,6 +129,12 @@ description: > Wraps theorems and proofs in callout blocks for better visual appeal. +- name: cite-this + path: https://github.com/lsbjordao/quarto-cite-this + author: '[Lucas S.B. Jordão](https://github.com/lsbjordao)' + description: > + Add accessible "how to cite" controls to Quarto books and websites. + - name: code-appendix path: https://github.com/cl-roberts/code-appendix author: '[CL Roberts](https://github.com/cl-roberts)'