Has anyone investigated or worked on syntax highlighting of code samples in site documentation? Compare the code examples http://www.stephenduncanjr.com/projects/easymock-propertyutils/index.html vs. http://www.stephenduncanjr.com/2006/09/easymock-propertyutils-example.shtml
I used jhighlight to do the highlighting on the blog version: https://jhighlight.dev.java.net/ I don't know if there are better alternatives out there for the syntax highlighting library. My point is that it would be really cool to have this highlighting for documentation produced by the maven site plugin. Is there something out there already like this? If not, what are the options for making it happen someday? I'm still relatively new to actually using the site plugin, and have only used APT so far. Which formats would it be possible to add this to, and which are either not modifyable, or not feasible targets? Should I just open a JIRA issue for this, or what? -- Stephen Duncan Jr www.stephenduncanjr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
