Riddle me this...
    Ron Hale-Evans 
    rwhe at ludism.org
       
    Sat May  1 05:39:21 EDT 2004
    
    
  
I am trying to include code in a blockquote, which has been indented
to match the surrounding text.  Why does running `Markdown.pl
--htmltags` on the following text:
    1. BlahA.
    
       > **BlahB:**
       >:
       >	BlahC
       >
       >	BlahD
    
    1. BlahE.
produce the following HTML? :
    <ol>
    <li><p>BlahA.</p>
    
    <blockquote>
    	<p><strong>BlahB:</strong>
    
    
    <pre><code>   BlahC</p>
    
    <p>BlahD</p>
    </code></pre>
    
    </blockquote></li>
    <li><p>BlahE.</p></li>
    </ol>
Using backquotes and line breaks to simulate a code environment does
the same thing.  I am running 1.0b5, but 1.0b3 is also broken.  Or am
I doing something wrong?
Is there some workaround for this?  I know Markdown.pl is not a
production tool yet, but I am actually trying to get some work done
with it.
Thanks...
Ron Hale-Evans
-- 
    Ron Hale-Evans ... rwhe at ludism.org ... http://ron.ludism.org/
	 Center for Ludic Synergy, Seattle Cosmic Game Night,
Kennexions Glass Bead Game & Positive Revolution FAQ: http://www.ludism.org/
	     My brains are pink -- you can see 'em work!
    
    
More information about the Markdown-discuss
mailing list