diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index e261bbf03f..cf280610be 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -250,6 +250,14 @@ description: > Filter to include code from source files. +- name: inline-svg + path: https://github.com/coursekata/quarto-inline-svg + author: '[Adam Blake](https://github.com/adamblake)' + description: > + This filter finds SVG files generated by the Quarto render process and + inlines them into the output file. This is similar to the `embed-resources` + rendering option, but specifically for SVG files. + - name: interactive-sql path: https://github.com/shafayetShafee/interactive-sql author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)'