  $(function() { 
    $(".module:has(h4:contains('Formatting Reference'))").html(
      "<h4>Formatting Reference</h4>"+
      "<p>You're welcome to use basic HTML.</p>");
  });

  // script to remove "code coloring" as well:
  window.styleCode = function() {};