- [ ] Add support for multiline tags: ```html <img alt="Some text" src="image.jpg" /> ``` - [ ] Add support for multiline attribute values: ```html <img alt=" Some text Some more text" /> ```