From 758703a7ed068aa3274195e8d929dcdfbfdf0221 Mon Sep 17 00:00:00 2001 From: CL Roberts Date: Wed, 9 Apr 2025 14:52:17 -0700 Subject: [PATCH] add code-appedix to shortcodes-and-filters.yml --- 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 b079fa5352..301dfeec90 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -94,6 +94,12 @@ description: > Wraps theorems and proofs in callout blocks for better visual appeal. +- name: code-appendix + path: https://github.com/cl-roberts/code-appendix + author: '[CL Roberts](https://github.com/cl-roberts)' + description: > + A lua filter to auto-generate an appendix from code chunks. + - name: code-fullscreen path: https://github.com/shafayetShafee/code-fullscreen author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)'