Blind coders: I've found I can download a plain diff file of a merge request. Has anyone built a program that can parse a diff, then let a screen reader user navigate it efficiently? I have a vague idea in my head of jumping between sections, hearing what's in one or the other file using hotkeys, a command to read two lines in a way that makes it clear which file each is in, that kind of thing. Diff is a pretty standardized format, so this should be possible, right? Can we make diffs easier?
@alexhall adding tags for visibility.