Formatting follows the parsed tree
Formatting serializes the parsed tree, so malformed source can be repaired according to HTML parsing rules. Review those repairs before replacing original code.
The parser runs locally with a 500 KiB input cap, 100,000-node and 100-level tree limits, and a 1 MiB output cap. It never fetches URLs, loads resources, uploads source, or saves a preset.