To clarify, we gain the ability to use markdown. (though it will probably take some time to get used to it, due to the racket use of backquotes, and we lose the ability to use attachments.  If github add an attachment facility we will probably get it via the web interface only unless the also parse attachments to emails.<br>
<br><br>On Friday, March 16, 2012, Michael W &lt;<a href="mailto:mwilber@uccs.edu">mwilber@uccs.edu</a>&gt; wrote:<br>&gt; For what it&#39;s worth, github-flavored markdown (used in issues and<br>&gt; pull requests) does let you embed inline images and<br>
&gt; syntax-highlighted source code, written like this:<br>&gt;<br>&gt; ![Alt text](<a href="http://imgur.com/.....jpg">http://imgur.com/.....jpg</a>)<br>&gt;<br>&gt; ````scheme<br>&gt; (lambda (foo)<br>&gt;  ;; scheme source here<br>
&gt;  ...)<br>&gt; ````<br>&gt;<br>&gt; You can see an example in this really old pull request:<br>&gt; <a href="https://github.com/plt/racket/pull/68">https://github.com/plt/racket/pull/68</a><br>&gt;<br>&gt; So yes, there&#39;s no attachments, but we don&#39;t lose the ability to<br>
&gt; add inline images and source code at least.<br>&gt;<br>&gt; See also: <a href="http://github.github.com/github-flavored-markdown/">http://github.github.com/github-flavored-markdown/</a><br><br><br>-- <br>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:<br>
                  <a href="http://www.barzilay.org/">http://www.barzilay.org/</a>                 Maze is Life!<br>