mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
markdown-to-html
This commit is contained in:
parent
b986c49df6
commit
a97e1897e5
4 changed files with 24 additions and 6 deletions
|
@ -481,3 +481,11 @@ tools:
|
|||
description: >-
|
||||
Vereinheitlichen von E-Mail-Adressen auf ein Standardformat für einen
|
||||
einfacheren Vergleich. Nützlich für Deduplizierung und Datenbereinigung.
|
||||
markdown-to-html:
|
||||
title: Markdown zu HTML
|
||||
description: Markdown in HTML konvertieren und (als PDF) ausdrucken
|
||||
markdown: 'Dein zu konvertierender Markdown-Inhalt:'
|
||||
markdownInput: Dein Markdown-Inhalt...
|
||||
html: 'HTML-Ausgabe:'
|
||||
button:
|
||||
print: Als PDF drucken
|
||||
|
|
|
@ -450,3 +450,11 @@ tools:
|
|||
description: >-
|
||||
Normalize email addresses to a standard format for easier comparison.
|
||||
Useful for deduplication and data cleaning.
|
||||
markdown-to-html:
|
||||
title: Markdown to HTML
|
||||
description: Convert Markdown to HTML and allow to print (as PDF)
|
||||
markdown: 'Your Markdown to convert:'
|
||||
markdownInput: Your Markdown content...
|
||||
html: 'Output HTML:'
|
||||
button:
|
||||
print: Print as PDF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue