On a PR review I was trying to add a suggestion to a markdown readme. The part of the document I’m commenting on contains fenced code sections with triple-backticks (“`).
However the beginning of the fenced code-block escapes the suggestion context of the PR comment.
Is there any way to escape these? I tried “`, and “““, but have no idea how this might work. I also couldn’t find anything on SO or Googling, so I’m asking here.