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

_______________________________________________
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to