Commit Graph

3 Commits

Author SHA1 Message Date
6da032a396 Update.
All checks were successful
Build Base Application / Build (push) Successful in 1m32s
2024-12-06 20:30:14 +01:00
7e040bb70a Update. 2024-12-03 23:25:17 +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 } });