Add HTML sanitization options
This commit is contained in:
parent
b160f2221e
commit
149ff03cf9
4 changed files with 91 additions and 9 deletions
|
@ -14,6 +14,9 @@
|
|||
"template.mistral": { "message": "Mistral" },
|
||||
"template.custom": { "message": "Custom" },
|
||||
"options.save": { "message": "Save" },
|
||||
"options.debugLogging": { "message": "Enable debug logging" }
|
||||
,"options.htmlToMarkdown": { "message": "Convert HTML body to Markdown" }
|
||||
"options.debugLogging": { "message": "Enable debug logging" },
|
||||
"options.htmlToMarkdown": { "message": "Convert HTML body to Markdown" },
|
||||
"options.stripUrlParams": { "message": "Remove URL tracking parameters" },
|
||||
"options.altTextImages": { "message": "Replace images with alt text" },
|
||||
"options.collapseWhitespace": { "message": "Collapse long whitespace" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue