[racket-dev] Migrating the bug database to GitHub

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Mar 17 10:44:56 EDT 2012

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.


On Friday, March 16, 2012, Michael W <mwilber at uccs.edu> wrote:
> For what it's worth, github-flavored markdown (used in issues and
> pull requests) does let you embed inline images and
> syntax-highlighted source code, written like this:
>
> ![Alt text](http://imgur.com/.....jpg)
>
> ````scheme
> (lambda (foo)
>  ;; scheme source here
>  ...)
> ````
>
> You can see an example in this really old pull request:
> https://github.com/plt/racket/pull/68
>
> So yes, there's no attachments, but we don't lose the ability to
> add inline images and source code at least.
>
> See also: http://github.github.com/github-flavored-markdown/


-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20120317/f1d33b2f/attachment-0001.html>

Posted on the dev mailing list.