Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/extensions/listings/shortcodes-and-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,3 +463,15 @@
author: "[Garrick Aden-Buie](https://github.com/gadenbuie)"
description: |
A shortcode to include partial content templates using the mustache templating syntax.

- 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 `{{<var name >}}` shortcode calls with simpler `{name}` ones.