[racket-dev] Release Announcement for v5.3.2

From: Greg Hendershott (greghendershott at gmail.com)
Date: Sat Jan 19 09:49:56 EST 2013

On Thu, Jan 17, 2013 at 1:57 PM, Ryan Culpepper <ryanc at ccs.neu.edu> wrote:
> Greg Hendershott:
>  - markdown rendering mode for Scribble (6aa6dc04)

Although I think that very short version is sufficient, the following
summary provides a few more details if you prefer:


* 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
        ```

Posted on the dev mailing list.