mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
Update src/tools/markdown-to-html/index.ts
This commit is contained in:
parent
1b2ce73213
commit
8fab512a8f
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ import { Markdown } from '@vicons/tabler';
|
||||||
import { defineTool } from '../tool';
|
import { defineTool } from '../tool';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
name: 'Markdown to Html',
|
name: 'Markdown to HTML',
|
||||||
path: '/markdown-to-html',
|
path: '/markdown-to-html',
|
||||||
description: 'Convert Markdown to Html and allow to print (as PDF)',
|
description: 'Convert Markdown to Html and allow to print (as PDF)',
|
||||||
keywords: ['markdown', 'html', 'converter', 'pdf'],
|
keywords: ['markdown', 'html', 'converter', 'pdf'],
|
||||||
component: () => import('./markdown-to-html.vue'),
|
component: () => import('./markdown-to-html.vue'),
|
||||||
icon: Markdown,
|
icon: Markdown,
|
||||||
createdAt: new Date('2024-08-15'),
|
createdAt: new Date('2024-08-25'),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue