Input: ``` html <!DOCTYPE html> <meta something=""> <meta another=""> <title>Test</title> ``` Output of `tidy5 --tidy-mark false -omit -indent`: ``` html <!DOCTYPE html> <meta something=""> <meta another=""> <title>Test</title> ``` Expected output: same as input.