mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
Enable GH flavour linebreaks in JS rendered markdown
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
marked.setOptions({
|
||||||
|
breaks: true,
|
||||||
|
})
|
||||||
|
|
||||||
function setupItemTable(items_json) {
|
function setupItemTable(items_json) {
|
||||||
objectitems = JSON.parse(items_json)
|
objectitems = JSON.parse(items_json)
|
||||||
$.each(objectitems, function (key, val) {
|
$.each(objectitems, function (key, val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user