Commit Graph

2 Commits

Author SHA1 Message Date
626b090d23 Added cache and queue.
All checks were successful
Build Base Application / Build (push) Successful in 2m4s
2024-12-21 12:28:40 +01:00
fefbee83e4 Initial commit.
Some checks failed
Build Base Application / Build (push) Failing after 0s
2024-12-03 14:16:44 +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 } });