Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 18, 2020
1 parent 5edf15f commit aa09671
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,17 @@ You can avoid escaping (replaces new lines with `
`) by using triple `{` lik
```
{{{violation.message}}}
```

When using command line tools you may have problems with the ` (accent) character. You can do:

```bash
...
-comment-template "
message:
\\\`\\\`\\\`
{{{violation.message}}}
\\\`\\\`\\\`
"
```

And it will surround the `message` with triple ```.

0 comments on commit aa09671

Please sign in to comment.