  $(function() { 
    $(".module:has(h4:contains('Formatting Reference'))").html(
      "<h4>Formatting Reference</h4>"+
      "<p>don't want colorization? Use &lt;pre&gt;</p><p>to linebreak use 2 spaces at end</p><p>&gt; blockquote</p><p>backtick escapes <code>`like _this_`</code></p><p>&lt;http://foo.com&gt;<br>[foo](http://foo.com)<br>&lt;a href=&quot;http://foo.com&quot;&gt;foo&lt;/a&gt;</p><p>Basic HTML also allowed");
  });

  // script to remove "code coloring" as well:
  window.styleCode = function() {};
