mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-25 23:52:52 +00:00
Web apps apparently will paste the <title> as plaintext before the actual HTML content from the clipboard. Since this seems to be widespread behavior across web apps, this isn't just a bug in _some app_, this is a bug on us. We shouldn't emit the title. This PR removes the title tag from the generated HTML. Closes #5347