From ffe81d335861ef61cbb19864e264826ff1674ec2 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 21 Jan 2021 00:37:16 +0100 Subject: [PATCH] Fix highlighting of example Signed-off-by: Knut Ahlers --- wiki/Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Home.md b/wiki/Home.md index 7f7a82c..7900fbd 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -163,7 +163,7 @@ The example was dumped using this action: ### Post follow date for an user -``` +```yaml - actions: - respond: 'You followed on {{ ( followDate .username ( fixUsername .channel ) ).Format "2006-01-02" }}' match_channels: ['#mychannel']