From ddcc9a88dff3307c169027ab86c4a5eba0d723b4 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Sat, 1 Jul 2023 11:39:25 +0200 Subject: [PATCH] fix typo in docs --- docs/documentation/configuration.asciidoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/documentation/configuration.asciidoc b/docs/documentation/configuration.asciidoc index d4f8a49323..1621da56f5 100644 --- a/docs/documentation/configuration.asciidoc +++ b/docs/documentation/configuration.asciidoc @@ -1250,11 +1250,12 @@ Define pattern to be replaced with links in comments, downtimes and plugin outpu Syntax is: | regex pattern | [link name](link target) | Can be set multiple times. -Simple links and markdown style links will be replaced automatically. So links in the -form: +Simple links and markdown style links will be replaced automatically. +So links in the form: - ```https://linktarget/...``` or - ```[link text](https://target...)``` + https://linktarget/... + or + [link text](https://target...) will just work. No need to disabled `escape_html` just to show some links.