Backtick Hickup
    Milian Wolff 
    mail at milianw.de
       
    Wed Aug  8 18:29:26 EDT 2007
    
    
  
I'm using Michel Fortin's MDTest cases to rewrite my html2text.php script. 
Just now I stumbled upon this bug (in PHP Markdown at least):
# Input:
    Backtick: ``\```
# Output:
<p>Backtick: `````</p>
# Should-Be Output:
<p>Backtick: <code>`</code></p>
If you (Michel) are already aware of this, just ignore me ;-)
-- 
Milian Wolff
http://milianw.de
    
    
More information about the Markdown-Discuss
mailing list