.main-graph[data-v-47958124]{height:260px;padding-top:2px}.contributor-grid[data-v-47958124]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contributor-grid[data-v-47958124]>*{min-width:0}@media (max-width: 991.98px){.contributor-grid[data-v-47958124]{grid-template-columns:repeat(1,1fr)}}.contributor-name[data-v-47958124]{margin-bottom:0}
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 } });