Making MarkItDown send a browser-like User-Agent for HTTP URLs
Some document URLs work in a browser but fail in MarkItDown because the remote endpoint blocks requests without a browser-style User-Agent. I updated the HTTP fetch path to send one and added a regression test to lock in the behavior.
Lesson: Real contribution speed improves when the issue is concrete, current, and not already attached to another active PR.