From a94b1336557de18a31fbd59ef6c76d1b20df5cca Mon Sep 17 00:00:00 2001 From: Georg Ramer Date: Wed, 20 Nov 2024 22:41:08 +0100 Subject: [PATCH] Update shortcodes-and-filters.yml (#1469) Added description of new short code extension `si` (cherry picked from commit d339b4091f7e99d94ee7a16f13ae61d5d6a3de97) --- 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 cf280610be..f0770f9467 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -427,6 +427,12 @@ description: > This extension lets you embed [Shinylive](https://shiny.rstudio.com/py/docs/shinylive.html) applications in a Quarto document. +- name: si + path: https://github.com/GeorgRamer/si + author: '[Georg Ramer](https://github.com/GeorgRamer)' + description: > + This extension creates a shortcode si for easy type setting SI values and units. It should be agnostic of output formats. + - name: social-embeds path: https://github.com/sellorm/quarto-social-embeds author: '[sellorm](https://github.com/sellorm)'