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

original commit: 16d3ad7fe5bd4b4f4c25fc4cad8a0e492e992df0
This commit is contained in:
Asumu Takikawa 2013-04-29 17:01:48 -04:00
parent bba5d06448
commit 9f4dba7886

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.}}
@; ----------------------------------------