From 876cd789177ed2c3512cf6793bf44d4c13fd644c Mon Sep 17 00:00:00 2001 From: Ivan Bolshakov Date: Sun, 27 Jul 2025 17:54:57 +0500 Subject: [PATCH] Update markdown.json --- config/plugins/markdown.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/plugins/markdown.json b/config/plugins/markdown.json index 50e0081..5987cef 100644 --- a/config/plugins/markdown.json +++ b/config/plugins/markdown.json @@ -81,6 +81,17 @@ "/": "ecosystem.vuejs.press/plugins/markdown/markdown-stylize.html", "/zh/": "ecosystem.vuejs.press/zh/plugins/markdown/markdown-stylize.html" } + }, + { + "name": "vuepress-plugin-fullscreen-table", + "icon": "table-columns", + "desc": { + "/": "Fullscreen mode for tables", + }, + "source": "https://github.com/idbolshakov/vuepress-plugin-fullscreen-table", + "url": { + "/": "https://github.com/idbolshakov/vuepress-plugin-fullscreen-table/blob/main/README.md" + } } ] },