chore: removed htmlToPlainText using stripHtmlTags

This commit is contained in:
Sergey Kurdin 2025-06-23 15:22:45 -04:00
parent 8eb891fbee
commit d764274ce2

View File

@ -234,11 +234,6 @@ const formatConverterSubcategories = [
.trim() // Remove leading and trailing whitespace
},
},
// {
// id: 'htmlToPlainText',
// label: 'HTML to Plain Text',
// transform: (text: string) => stripHtmlTags(text),
// },
],
},
{