[racket-dev] Release Announcement for v5.3.2

From: Greg Hendershott (greghendershott at gmail.com)
Date: Sun Jan 20 16:18:30 EST 2013

> I think that it would be better to remove the rendering details, and
> instead add something about how to get it, and where it can be useful.

=>

    * Scribble renders Markdown format files if you supply the --markdown
      command-line flag.  Example use case: Generate documentation hosted
      on GitHub or BitBucket.

On Sat, Jan 19, 2013 at 10:22 AM, Eli Barzilay <eli at barzilay.org> wrote:
> 30 minutes ago, Greg Hendershott wrote:
>>
>> * Scribble renders Markdown format files.
>>   - Common formatting like _italic_, **bold**, and bullet lists.
>>   - `section' elements `#' to indicate the level.
>>   - `margin-note' elements use `>' (block quote style).
>>   - `racketblock' elements request Racket syntax highlighting
>>     (following the GitHub convention to specify a lexer):
>>         ```racket
>>         the-code-block
>>         ```
>
> I think that it would be better to remove the rendering details, and
> instead add something about how to get it, and where it can be useful.
>
> --
>           ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                     http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.