You've already forked random-web-tools
Add Table to Markdown table tool
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user