0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/cli/html-cleaner-cli
2023-02-23 14:52:16 +01:00
..
src/main/kotlin Add trailing comma allowance to code style 2023-02-17 16:14:13 +01:00
build.gradle.kts Change build files from Groovy to Kotlin 2023-02-23 14:52:16 +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.