[
](http://nodejs.org/api/documentation.html#documentation_stability_index)
| for(i=0;++i<5;)for(j=2;++j<22;)eval('a=patch_'+i+'_'+j).parentNode.appendChild(a) |
| for(j=8;j++<88;)eval('a=patch_'+(j%4+1)+'_'+(j>>2)).parentNode.appendChild(a) |
| for(i=1;i<5;i++)for(j=2;j<22;)eval('a=patch_'+i+'_'+j++).parentNode.appendChild(a) |
| // Boilerplate | |
| function objectUnion(definer) { | |
| var defined = 0, length = 0, isDefined = false, definitions, key; | |
| definitions = definer(function() { | |
| var names = arguments, fold; | |
| if(isDefined) { | |
| throw new TypeError('This objectUnion has already been defined'); | |
| } | |
| function wrapped(args) { |
| // ==UserScript== | |
| // @name *[data-markdown] | |
| // @version 2.0 | |
| // @description Use Markdown, sometimes, in your HTML. | |
| // @author Paul Irish <http://paulirish.com/> and others | |
| // @include * | |
| // ==/UserScript== | |
| // Contribs: | |
| // Thaddee Tyl <http://espadrine.github.com/> |
| // ==UserScript== | |
| // @name Use Markdown, sometimes, in your HTML. | |
| // @author Paul Irish <http://paulirish.com/>, bits by Thaddee Tyl <http://espadrine.github.com/> | |
| // @link http://git.io/data-markdown | |
| // @include * | |
| // ==/UserScript== | |
| // If you're not using this as a userscript just delete from this line up. It's cool, homey. |