Wrapping in backticks renders it as teletype text and prevents Github
from automatically generating links to the commits.
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
md_text = textwrap.dedent(md_text)
for dev in recorded_deviations:
- md_text += f"#### Deviation in Backport `{dev['bp_sha'][:8]}` (cherry-pick of `{dev['orig_sha'][:8]}`)\n\n"
+ md_text += f"#### Deviation in Backport {dev['bp_sha'][:8]} (cherry-pick of {dev['orig_sha'][:8]})\n\n"
if dev['unmerged']:
md_text += "**Affected File(s)**\n"