From 5bc99ad8b7aac3a42a58de8f63075f04a16eedab Mon Sep 17 00:00:00 2001 From: Daniel Beck <1831569+daniel-beck@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:34:17 +0100 Subject: [PATCH] Improve description of "Plain text" markup formatter (#9039) Co-authored-by: Daniel Beck --- .../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.