From e93ecb6e4cba8dc0af8bc3a805840693346427ae Mon Sep 17 00:00:00 2001 From: Nessan Date: Mon, 26 Aug 2024 14:44:03 +0100 Subject: [PATCH] Update shortcodes-and-filters.yml I added links to a couple of AsciiDoc-inspired filters. --- docs/extensions/listings/shortcodes-and-filters.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 2a48917e0a..f78cf1c5a6 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -439,3 +439,15 @@ author: "[Christopher T. Kenny](https://github.com/christopherkenny)" description: | Output divs and spans as Typst functions. + +- name: admonitions + path: https://github.com/nessan/admonitions + author: "[Nessan Fitzmaurice](https://github.com/nessan)" + description: | + An extension that adds AsciiDoc-style [admonitions](https://docs.asciidoctor.org/asciidoc/latest/blocks/admonitions/) to Quarto. + +- name: simple-vars + path: https://github.com/nessan/simple-vars + author: "[Nessan Fitzmaurice](https://github.com/nessan)" + description: | + An extension lets you replace `{{}}` shortcode calls with simpler `{name}` ones.