From 9074318b91844c4eeecef68a17eacf0ac1252e68 Mon Sep 17 00:00:00 2001 From: OHTAKE Tomohiro Date: Thu, 9 Aug 2012 21:05:35 +0900 Subject: [PATCH] Description preview should be enabled even if syntax highlighting is disabled For instance, use PegDown Formatter and enable SUPPRESS_ALL_HTML. --- changelog.html | 3 ++- core/src/main/resources/lib/form/textarea.jelly | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.html b/changelog.html index 57886276a2..1ad9e54c33 100644 --- a/changelog.html +++ b/changelog.html @@ -55,7 +55,8 @@ Upcoming changes diff --git a/core/src/main/resources/lib/form/textarea.jelly b/core/src/main/resources/lib/form/textarea.jelly index 10f17f1d7e..14bbe71eea 100644 --- a/core/src/main/resources/lib/form/textarea.jelly +++ b/core/src/main/resources/lib/form/textarea.jelly @@ -71,9 +71,11 @@ THE SOFTWARE. + + + -- GitLab