Enable GH flavour linebreaks in JS rendered markdown

This commit is contained in:
Tom Price
2016-03-31 00:29:58 +01:00
parent 1773eb810f
commit f8243f89b3

View File

@@ -1,3 +1,7 @@
marked.setOptions({
breaks: true,
})
function setupItemTable(items_json) {
objectitems = JSON.parse(items_json)
$.each(objectitems, function (key, val) {