From 6c04b64e91cdf9185e36e24a0aeff14a09a3ff1d Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 21 Oct 2025 13:20:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20misc(docs):=20mention=20'alert'?= =?UTF-8?q?=20in=20admonition=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves #573 --- content/blog/shortcodes/index.ca.md | 4 ++-- content/blog/shortcodes/index.es.md | 4 ++-- content/blog/shortcodes/index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/blog/shortcodes/index.ca.md b/content/blog/shortcodes/index.ca.md index 880267b..4c471c6 100644 --- a/content/blog/shortcodes/index.ca.md +++ b/content/blog/shortcodes/index.ca.md @@ -1,7 +1,7 @@ +++ title = "Shortcodes personalitzats" date = 2023-02-19 -updated = 2025-08-01 +updated = 2025-10-21 description = "Aquest tema inclou alguns shortcodes personalitzats útils que pots utilitzar per millorar les teves publicacions. Ja sigui per mostrar imatges que s'adapten als temes clar i fosc, o per donar format a una secció de referències amb un aspecte professional, aquests shortcodes personalitzats t'ajudaran." [taxonomies] @@ -344,7 +344,7 @@ Mostreu només les línies 3 a 5 d'un arxiu local: ### Advertències -Destaca informació amb aquests shortcodes. Hi ha cinc tipus (`type`): `note`, `tip`, `info`, `warning`, i `danger`. +Destaca informació amb aquests shortcodes d'advertència/alerta. Hi ha cinc tipus (`type`): `note`, `tip`, `info`, `warning`, i `danger`. {{ admonition(type="note", text="Contingut amb **sintaxi** *Markdown*. Consulta [aquesta `api`](#).") }} diff --git a/content/blog/shortcodes/index.es.md b/content/blog/shortcodes/index.es.md index 5efaf8c..ba1bfe9 100644 --- a/content/blog/shortcodes/index.es.md +++ b/content/blog/shortcodes/index.es.md @@ -1,7 +1,7 @@ +++ title = "Shortcodes personalizados" date = 2023-02-19 -updated = 2025-08-01 +updated = 2025-10-21 description = "Este tema incluye algunos shortcodes personalizados útiles que puedes utilizar para mejorar tus publicaciones. Puedes mostrar imágenes que se adapten a los temas claro y oscuro, dar formato a una sección de referencias con un aspecto profesional, y más." [taxonomies] @@ -331,7 +331,7 @@ Mostar sólo las líneas 3 a 5 de un archivo remoto: ### Advertencias -Destaca información con estos shortcodes. Hay cinco tipos (`type`): `note`, `tip`, `info`, `warning`, y `danger`. +Destaca información con estos shortcodes de advertencia/alerta. Hay cinco tipos (`type`): `note`, `tip`, `info`, `warning`, y `danger`. {{ admonition(type="note", text="Contenido con **sintaxis** *Markdown*. Consulta [esta `api`](#).") }} diff --git a/content/blog/shortcodes/index.md b/content/blog/shortcodes/index.md index d40d3cd..f8af12b 100644 --- a/content/blog/shortcodes/index.md +++ b/content/blog/shortcodes/index.md @@ -1,7 +1,7 @@ +++ title = "Custom shortcodes" date = 2023-02-19 -updated = 2025-07-26 +updated = 2025-10-21 description = "This theme includes some useful custom shortcodes that you can use to enhance your posts. Whether you want to display images that adapt to light and dark themes, or format a professional-looking reference section, these custom shortcodes have got you covered." [taxonomies] @@ -333,7 +333,7 @@ Display lines 3 to 7 (both inclusive) of a local file: ### Admonitions -Bring attention to information with these admonition shortcodes. They come in five `type`s: `note`, `tip`, `info`, `warning`, and `danger`. +Bring attention to information with these admonition/alert shortcodes. They come in five `type`s: `note`, `tip`, `info`, `warning`, and `danger`. {{ admonition(type="note", text="Some **content** with _Markdown_ `syntax`. Check [this `api`](#).") }}