Skip to content
Snippets Groups Projects
Commit fec7fc4d authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

added breaks to sidebar markdown

parent 06416b6b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ var detailVue = new Vue({
return this.item[entry.source].join(', ')
}
if(entry.type === 'markdown') {
return marked(this.item[entry.source])
return marked(this.item[entry.source], { breaks: true})
}
if(entry.type === 'function') {
const column = this.item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment