You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks very much for Prism: it looks like it might be exactly what I need for including external code snippets on assignment pages for a course I'm teaching. Except for this one issue. :)
When I try to fetch a C++ header file, I use something like this:
Thanks very much for Prism: it looks like it might be exactly what I need for including external code snippets on assignment pages for a course I'm teaching. Except for this one issue. :)
When I try to fetch a C++ header file, I use something like this:
After the File Highlight plugin runs, however, what I see in my Web Inspector is:
So, it looks like the language that I've specified on the
pre
isn't getting propagated to the dynamically-generatedcode
element within it.The text was updated successfully, but these errors were encountered: