From f825714cd90d21e3e6b0d5bcb77fe4b4edc25258 Mon Sep 17 00:00:00 2001 From: Daniel Beck Date: Wed, 13 Mar 2024 16:04:12 +0100 Subject: [PATCH] Improve description of "Plain text" markup formatter --- .../hudson/markup/EscapedMarkupFormatter/config.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.properties b/core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.properties index 2b13a6c2f20a..0eba945cfea6 100644 --- a/core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.properties +++ b/core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.properties @@ -1 +1,2 @@ -blurb=Treats all input as plain text. HTML unsafe characters like < and & are escaped to their respective character entities. +blurb=Shows descriptions mostly as written. \ + HTML unsafe characters like < and & are escaped to their respective character entities, and line breaks are converted to their HTML equivalent.