fix: escape backticks

This commit is contained in:
QuiiBz
2021-11-19 18:39:16 +01:00
parent f6be706594
commit 229368a6a2

View File

@@ -23,7 +23,7 @@ Hello @${danger.github.pr.user.login},
thank you very much for creating a Pull Request!
Here is a small checklist to get this PR merged as quickly as possible:
- [ ] Do all subcommands / options which take arguments include the `args` property (\`args: {}\`)?
- [ ] Do all subcommands / options which take arguments include the \`args\` property (\`args: {}\`)?
- [ ] Are all options modular? E.g. \`-a\` \`-u\` \`-x\` instead of \`-aux\`
- [ ] Have all other checks passed?