I'm looking for a sound code markup library for my new project.
These days I'm creating a new code generator web app, and I'm looking for a good code markup lib that I can use.
I'm sure that there are good open-source ones, but I just found an open-source full code editor on Github
Any recommendations?
https://codehike.org/ is a fantastic project
If you're using React, I'd recommend the react-syntax-highlighter npm module: https://www.npmjs.com/package/react-syntax-highlighter
Otherwise, I'd definitely recommend prism.js or highlight.js!
https://prismjs.com/
Do you mean an opensource code editor/IDE? If so, I'd recommend Monaco which is used for VS Code: https://github.com/microsoft/monaco-editor
Or do you mean a code syntax highlighter such as https://highlightjs.org/ ?
Yes, im looking for a code highlighter. This is the proper term!
Thank's
Ahh ok! Yeh highlightjs and prism are the top ones I reckon.