[racket-dev] Release Announcement for v5.3.2
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
```