Commit Graph

1 Commits

Author SHA1 Message Date
1cd1e68709 Review
All checks were successful
dR export statistics build / Build (push) Successful in 25m54s
2024-12-22 10:02:24 +01:00
marked.setOptions({ highlight: function (code, lang) { // Use highlight.js to highlight the code const language = hljs.getLanguage(lang) ? lang : 'plaintext'; // Fallback to 'plaintext' if no language is found return hljs.highlight(language, code).value; // Return the highlighted code } });