mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-22 14:10:35 -04:00
feat(new tool): markdown to word
This commit is contained in:
parent
8b807a8968
commit
1fd83e1ca9
8 changed files with 1054 additions and 197 deletions
|
@ -392,3 +392,18 @@ tools:
|
|||
text-to-binary:
|
||||
title: Text to ASCII binary
|
||||
description: Convert text to its ASCII binary representation and vice-versa.
|
||||
|
||||
markdown-to-word:
|
||||
title: Markdown to Word
|
||||
description: Convert Markdown documents to Word document format with live preview and custom styling support.
|
||||
input:
|
||||
placeholder: Enter your Markdown text here...
|
||||
label: Markdown Input
|
||||
preview:
|
||||
label: Preview
|
||||
export:
|
||||
button: Export to Word
|
||||
disabled: Please enter Markdown content first
|
||||
notification:
|
||||
success: Export successful!
|
||||
error: Export failed, please try again.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue