On Thu, Jan 17, 2013 at 1:57 PM, Ryan Culpepper <ry...@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
        ```
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to