Hacker News new | ask | show | jobs
by begueradj 521 days ago
How is code syntax highlighting achieved in this context ?
1 comments

Browser -> show source -> inspect element

You then see that it uses highlight.js

Thank you.