Blogger code highlighting in dynamic views

blogger

How to add syntax formatting to Blogger in dynamic views? I found some links on topic, but unfortunately, all are proper for old style, not for dynamic views.

I liked SyntaxHighlighter, so it is my first choice. Also google-code-prettify is acceptable. Any way to highlight code in dynamic views with one of them?

Best Answer

I found the solution for the syntax highlighter: kevin-junghans.blogspot

You just need to add this at the end of each post:

<script type="text/javascript">
SyntaxHighlighter.highlight();
</script>