In this website you will get information related to Android Studio, Technology, Blogging, HTML Css JAVAScript,YouTube, Online Earning, Affiliate Marketing, Adsense, Website Monetization, Apps, Software, Freelancing.
Highlight.js with line numbers example
function helloWorld() {
console.log("Hello, world!");
}
function addNumbers(a, b) {
return a + b;
}
function square…
import hljs from 'highlight.js/lib/core';
import javascript from 'highlight.js/lib/languages/javascript';
hljs.registerLanguage('javascript', javascript);
import hljs from 'h…