From ebbe889cc52499319973cac25425a07549ba2483 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Fri, 20 Mar 2020 21:20:33 +0100 Subject: [PATCH] Fix wrong example in nested matches --- docs/matches.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/matches.md b/docs/matches.md index aa6671d..98422ef 100644 --- a/docs/matches.md +++ b/docs/matches.md @@ -297,6 +297,7 @@ and store all your images there. Let's say I stored the `cat.png` image. We can Introduced in version 0.5.0, *nested matches* allow to include the output of a match inside another one. +{% raw %} ```yaml - trigger: ":one" replace: "nested" @@ -309,6 +310,7 @@ Introduced in version 0.5.0, *nested matches* allow to include the output of a m params: trigger: ":one" ``` +{% endraw %} At this point, if you type `:nested` you'll see `This is a nested match appear`.