I think I'll implement Prism http://prismjs.com/ as package in next few days. Prism has possibility to use data-src tag for loading content
Sample from their homepage...
Mel
Sample from their homepage...
<p>The Prism source, highlighted with Prism (don’t you just love how meta this is?):</p>
<pre data-src="prism.js"></pre>
<p>This page’s CSS code, highlighted with Prism:</p>
<pre data-src="style.css"></pre>
<p>This page’s HTML, highlighted with Prism:</p>
<pre data-src="index.html"></pre>
cheersMel