Revert markdown newlines to become breaks (related to SP-82)

This commit is contained in:
Roman Hotsiy 2016-08-21 17:47:33 +03:00
parent b77e3c8843
commit 2e9285e0f0
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -5,7 +5,7 @@ declare var Prism: any;
const md = new Remarkable({
html: true,
linkify: true,
breaks: true,
breaks: false,
typographer: false,
highlight: (str, lang) => {
if (lang === 'json') lang = 'js';