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" + } } ] },