From 64beb2b7a03970200887d03f05fa9190baaefb89 Mon Sep 17 00:00:00 2001 From: chriscla Date: Sat, 19 Oct 2019 07:55:09 -0700 Subject: [PATCH] Fix Transmission example message formatting (#10875) * Fix message formatting * :pencil2: Tweak --- source/_integrations/transmission.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/transmission.markdown b/source/_integrations/transmission.markdown index 067bfafb791..0c0f62080db 100644 --- a/source/_integrations/transmission.markdown +++ b/source/_integrations/transmission.markdown @@ -97,6 +97,7 @@ Inside of the event, there is the name of the torrent that is started or complet Example of configuration of an automation with completed torrents: +{% raw %} ```yaml - alias: Completed Torrent trigger: @@ -108,6 +109,7 @@ Example of configuration of an automation with completed torrents: title: "Torrent completed!" message: "{{trigger.event.data.name}}" ``` +{% endraw %} ## Services