Add Table to Markdown table tool

This commit is contained in:
2024-08-13 11:07:34 +03:00
parent 3c08ccd2d0
commit 9778653a49
3 changed files with 107 additions and 0 deletions

View File

@ -16,6 +16,11 @@ const router = createRouter({
name: 'explain_crontab',
component: () => import('../views/ExplainCrontab.vue'),
},
{
path: '/table_to_markdown_table',
name: 'table_to_markdown_table',
component: () => import('../views/TableToMarkdownTable.vue'),
},
{
path: '/table_to_mediawiki_table',
name: 'table_to_mediawiki_table',