From e5c9b534fe40b79d513e2a49e7ee9e9f0770a4f9 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sun, 23 Nov 2025 01:57:58 -0600 Subject: [PATCH] Added 'linkrot' shortcode entry Added the 'linkrot' entry from the shortcodes and filters documentation. (cherry picked from commit 6f3fc900f5e727e476f742a0e04bc2e90c12f2f0) --- 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 c8b80559d..18b3895b8 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -443,6 +443,12 @@ description: > Automatically collect all URLs in a document and place them at the end under a "Links" section. +- name: linkrot + path: https://github.com/coatless-quarto/linkrot + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: > + Check for broken external links in your Quarto documents during rendering. + - name: lordicon path: https://github.com/jmgirard/lordicon author: '[Jeffrey Girard](https://github.com/jmgirard)'