From aa09671084e8bd4756c7eeb17682dbd4b3face20 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Fri, 18 Sep 2020 18:43:41 +0200 Subject: [PATCH] doc --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c4aa89f..4554dfa 100644 --- a/README.md +++ b/README.md @@ -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 ```.