`git diff` and GitHub's UI show headers on diffhunks to give you some context, typically the name of the containing function: ``` @@ -218,7 +208,7 @@ class CustomHTTPRequestHandler(BaseHTTPRequestHandler): ``` <img width="1479" alt="image" src="https://github.com/danvk/webdiff/assets/98301/2deaca1a-9cb1-4235-a10e-e245b26a160c"> It might be helpful to include this in webdiff's UI as well.