0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/cli/html-cleaner-cli
2024-02-23 15:09:37 +01:00
..
src/main/kotlin/app/k9mail/cli/html/cleaner Create directory structure matching package name 2023-04-26 13:35:22 +02:00
build.gradle.kts Move html-cleaner from app namspace to library to better reflect it's purpose 2024-02-23 15:09:37 +01:00
README.md Change format of Markdown files 2023-02-03 17:28:34 +01:00

Usage: html-cleaner [OPTIONS] INPUT [OUTPUT]

  A tool that modifies HTML to only keep allowed elements and attributes the
  same way that K-9 Mail does.

Options:
  -h, --help  Show this message and exit

Arguments:
  INPUT   HTML input file (needs to be UTF-8 encoded)
  OUTPUT  Output file

You can run this tool using the html-cleaner script in the root directory of this repository. It will compile the application and then run it using the given arguments. This allows you to make modifications to the HTML cleaning code and test the changes right away.