Markdown already ignores everything within a <div> element, and various other block-level elements. However, I need to tell Markdown to ignore everything within <code> blocks as well. Is there a way to tell Markdown to do this?
As an FYI, I am using BlueCloth.
The Markdown spec does not specify how
<code>blocks should be processed. What exact type of markup are you trying to get the Markdown processors to ignore?