highlight.jsStart using shy.css in your project by adding this one line inside your <head>:
<link href="https://cdn.jsdelivr.net/gh/4k1k01/shy.css@main/css/shy.min.css" rel="stylesheet">
Then explore our detailed Documentation for components, layout helpers, and best practices.
// JavaScript example with Highlight.js
document.addEventListener('DOMContentLoaded', () => {
const name = 'World';
console.log(`Hello, ${name}`);
});
Have questions or want to contribute? Find us on GitHub, open issues, or suggest features.
Upcoming features and improvements:
.footer