Render diffs in GitHub-flavoured markdown

March 14, 2022

- def func(some_arg: dict) -> None:
+ def func(some_arg: Dict[str, Any]) -> None: