From 4e94e9905c7ff55e833c6f23e3712a7a8d8c502f Mon Sep 17 00:00:00 2001 From: theherodied Date: Tue, 13 Mar 2018 09:24:04 -0400 Subject: [PATCH] Fixed backticks (#8366) Fixed backticks for new html examples. --- doc/Alerting/Templates.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Alerting/Templates.md b/doc/Alerting/Templates.md index 89fd53e245..e473fdf1b5 100644 --- a/doc/Alerting/Templates.md +++ b/doc/Alerting/Templates.md @@ -202,7 +202,8 @@ $config['allow_unauth_graphs'] = true; ``` Service Alert: -```
+``` +

{if %state == 1}%severity{/if} {if %state == 2}acknowledged{/if} {if %state == 3}recovering{/if} @@ -222,7 +223,8 @@ Service Alert: ``` Processor Alert with Graph: -```%title
+``` +%title
Severity: %severity
{if %state == 0}Time elapsed: %elapsed{/if} Timestamp: %timestamp