 $(function() { 
    $(".module:has(h4:contains('Formatting Reference'))").html(
      "<h4>Formatting Reference</h4>"+
      "<ul><li>You can add a card image to a question or answer by <a href=\"http://draw3cards.com/questions/234/how-do-i-enter-card-images-in-questions-and-answers\">putting its name in double square brackets</a>, [[like this]] (click outside the edit box to see a preview).</li>" +
      "<li>When entering lots of cards, <a href=\"http://draw3cards.com/questions/927/how-to-enter-lists-of-cards-in-draw3cards\">use triple square brackets instead.</a></li>" );
  });

  // script to remove "code coloring" as well:
  window.styleCode = function() {};