Getting around div tags

Aaron Swartz me at aaronsw.com
Thu Mar 18 00:16:07 EST 2004


What about if tags at column 1 don't process their contents and tags at 
column 4 are code blocks (as they are now), but any tags in between 
aren't wrapped with <p>s but get their contents processed. So the 
problem would be solved by writing:

   <div class="mainarticle">
This is some _cool_ text.
   </div>

   <div class="sidebar">
**Did you know?** President Lincoln had a beard.
   </div>

-- 
Aaron Swartz: http://www.aaronsw.com/



More information about the Markdown-discuss mailing list