From dd58f050ac54b37bfc8f80272326ccc5d292eeed Mon Sep 17 00:00:00 2001 From: Jeffrey Girard Date: Mon, 13 Jan 2025 15:44:01 -0600 Subject: [PATCH] Add details shortcode (cherry picked from commit 2c93f7eb2d58669c7fefc10be5ea83cd5c90f647) --- docs/extensions/listings/shortcodes-and-filters.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 4e75872ce0..9ec93d33f2 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -152,6 +152,13 @@ description: > Render [D2 diagrams](https://d2lang.com) directly in your documents. +- name: details + path: https://github.com/jmgirard/details + author: '[Jeffrey Girard](https://github.com/jmgirard/)' + description: > + Easily add collapsible details blocks to your HTML documents + (e.g., for hints, answer keys, and supplemental information). + - name: diagram path: https://github.com/pandoc-ext/diagram author: '[Albert Krewinkel](https://github.com/tarleb)'