Note that Markdown mode now uses ```racket in docs

This commit is contained in:
Asumu Takikawa 2013-04-29 17:01:48 -04:00
parent db1141b564
commit 16d3ad7fe5

View File

@ -300,8 +300,8 @@ Specializes a @racket[render<%>] class for generating Markdown text.
Code blocks are marked using the
@hyperlink["http://github.github.com/github-flavored-markdown/"
"Github convention"] @verbatim{```scheme} so that they are lexed and
formatted as Scheme code.}}
"Github convention"] @verbatim{```racket} so that they are lexed and
formatted as Racket code.}}
@; ----------------------------------------