<div>I am not sure how jsFiddles are getting embedded because they are not on the embedly service list which I would think is definitive:</div><div><br></div><div><a href="http://api.embed.ly/v1/api/services" target="_blank">http://api.embed.ly/v1/api/services</a></div>

<div><br></div><div>But nevertheless these two versions of a fiddle will embed:</div><div><br></div><div>[embed:<a href="http://jsfiddle.net/dandiebolt/agaCq/" target="_blank">http://jsfiddle.net/dandiebolt/agaCq/</a>]</div>
<div><br></div>
<div>[embed:<a href="http://jsfiddle.net/dandiebolt/agaCq/show/" target="_blank">http://jsfiddle.net/dandiebolt/agaCq/show/</a>]</div><div><br></div><div>while the specific tabbed version is mangled when embedded:</div><div>
<br></div><div>
[embed:<a href="http://jsfiddle.net/dandiebolt/agaCq/embedded/result,html,js,css/" target="_blank">http://jsfiddle.net/dandiebolt/agaCq/embedded/result,html,js,css/</a>]</div><div><br></div><div>In any case it would be nice to get the the bottom of this and learn how to control the height of the jsFiddle embed as it always gets inserted into a iframe with height-300px which is going to be too short in a lot of cases.</div>

<div><br></div><div>Also it would be nice to get line numbers on the prettify syntax highlighting on every line not just every fifth line. There is a one line fix for this in the</div><div><br></div><div><a href="http://p2pu.org/media/js/libs/prettify/prettify.css" target="_blank">http://p2pu.org/media/js/libs/prettify/prettify.css</a></div>

<div><br></div><div><div>Fix: Just remove this css definition:</div><div><br></div><div>li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 {</div><div>list-style:none;</div><div>}</div></div>