Marked. SetOptions ({
The renderer: new marked. The renderer (),
Highlight: function (code) {
Return HLJS. HighlightAuto (code). The value
},
Pedantic: false,
GFM: true,
Tables: true,
Breaks: false,
Sanitize: false,
SmartLists: true,
Smartypants: false,
XHTML: false
});
This is the current configuration