I’m writing blog posts for my company blog and I would like code snippets to show up with syntax highlighting.
All I can do is write html/css.
Is there any app/webapp that will let me paste in a c++ code snippet and get a chunk of html with the highlighting?
Try this Online syntax highlighting Site, and especially the C++ section.
You paste in your code and it does the hard work.