I'm using Prettify for syntax highlighting, but it doesn't work on dynamically generated code.
I have a form that when submitted generates code and displays it (without refreshing) in <div id="output></div>
, but prettify doesn't work on this code, is there any workaround?
Many thanks!