Loading
ci/github-script/commits: keep formatting for diffs of markdown blocks
Previously, when the diff contained a context line with ```, this would end the code block and entirely break the markdown rendering. Now we use the html code blocks provided by `core.summary` and properly escape the content, so that it never escapes via html tags.