Merge "Enable breaks in the markdown parser to stop mangling pasted logs"

This commit is contained in:
Zuul 2018-04-25 21:05:46 +00:00 committed by Gerrit Code Review
commit 8de425ba0c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ angular.module('sb.services')
'use strict';
var md = $window.markdownit({
breaks: true,
html: true,
highlight: function(code, lang) {
if (lang && $window.hljs.getLanguage(lang)) {