From 8a39c609a8471fb871a737f34c18b93f7e0dc6d1 Mon Sep 17 00:00:00 2001 From: Hiroshi Suzuki <20717881+herosi@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:51:22 +0900 Subject: [PATCH] Update shortcodes-and-filters.yml to add table-cell-merge --- 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 244f04d767..20bcc86f8d 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -698,6 +698,12 @@ description: > Quarto Extension for Automatic Language Tabs +- name: table-cell-merge + path: https://github.com/herosi/table-cell-merge + author: '[Hiroshi Suzuki](https://github.com/herosi)' + description: > + Enable `colspan` and `rowspan` in Markdown tables. + - name: tachyons path: https://github.com/gadenbuie/quarto-tachyons author: '[Garrick Aden-Buie](https://github.com/gadenbuie)'