Block quotes with a blank line between them get merged
    Eric Daspet 
    eric.daspet at survol.net
       
    Thu Oct 19 11:15:44 EDT 2006
    
    
  
Le Jeu 19 octobre 2006 14:43, Michel Fortin a écrit :
>      ~   <title>
>          <?php echo $title ?>
>          </title>
and
>      ~   <style>
>      ~   <?php echo $stylesheet ?>
>      ~   </style>
Both solutions have a *major* problem : you can't copy/paste code. You
have to add/delete these ~ on each line.
IMHO the last proposal is the only one which is acceptable :
    ~~~
    <title>
    <?php echo $title ?>
    </title>
    ~~~
-- 
Eric Daspet
    
    
More information about the Markdown-Discuss
mailing list