As a workaround, you can use a code block to literally render the code. Just surround your text with triple quotation marks. '' ' It will look like this:
2018-07-20 Wrote this answer Can format it without Also don't need <br/> for new line
Note that using <pre> and <code> you get a slightly different behavior:   and <br/> will be parsed, not inserted literally.
<pre>:
2018-07-20 Wrote this answer
Can format it without
Also don't need
for new line
<code>: 2018-07-20 Wrote this answer Can format it without Also don't need
for new line 2018-07-20 Wrote this answer Can format it without Also don't need
for new line 2018-07-20 Wrote this answer Can format it without Also don't need
for new line 2018-07-20 Wrote this answer Can format it without Also don't need
for new line 2018-07-20 Wrote this answer Can format it without Also don't need
for new line
source share