[racket-dev] Release Announcement for v5.3.2

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Jan 19 10:22:45 EST 2013

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.