Fix escaping

pull/6835/head
Stephane Nicoll 8 years ago
parent b803384348
commit b446505cef

@ -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 * 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 the version of Spring Boot that you are using, as well as your Operating System and
JVM version. 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. before and after your text.
* If possible try to create a test-case or project that replicates the issue. You can * If possible try to create a test-case or project that replicates the issue. You can
submit sample projects as pull-requests against the submit sample projects as pull-requests against the

Loading…
Cancel
Save