From b446505cefae5fab6c2912b99728499ff3faae23 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 6 Sep 2016 17:35:24 +0200 Subject: [PATCH] Fix escaping --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e3874051663..cf7ea70640b 100755 --- a/README.adoc +++ b/README.adoc @@ -80,7 +80,7 @@ requests. If you want to raise an issue, please follow the recommendations below * Please provide as much information as possible with the issue report, we like to know the version of Spring Boot that you are using, as well as your Operating System and JVM version. -* If you need to paste code, or include a stack trace use Markdown ++$$```$$++ escapes +* If you need to paste code, or include a stack trace use Markdown +++```+++ escapes before and after your text. * If possible try to create a test-case or project that replicates the issue. You can submit sample projects as pull-requests against the