Hello List, <br><br>I have recently started using Michel Fortin's PHP
"Markdown Extra" implementation to programmatically transform my
markdown text files into HTML. Firstly I'd like to say markdown is
very cool -- thanks to everyone involved :)<br>
<br>I'd also like to suggest two additions to markdown:<br><br>1) I very often use /this/ markdown to indicate emphasis since I find it much easier to type and read than _this_ or *this*.<br><br>2) I also use additional setext style headers like this:<br>
<br>Header 1<br>XXXXXXXX<br><br>Header 2<br>xxxxxxxx<br><br>
Header 3<br>
========<br><br>Header 4<br>++++++++<br><br>Header 5<br>--------<br><br>Whether or not these suggestions would be a worthwhile addition to the markdown syntax is one topic.<br><br>Another
topic is about how to go about changing Michel Fortin's PHP code to
implement these changes. Is this the right forum to discuss such code
changes?<br>
<br><br>Thanks List,<br><br>Simon