racket/collects/scribblings
Greg Hendershott 6aa6dc0400 Add a Markdown rendering mode to Scribble.
Uses "Github flavored markdown". Specifically, code blocks are opened
using ```scheme so that Github will lex and format them as Scheme code
rather than generic monospace.

Note: I would have used ```racket, but we are still waiting for the
pygments.rb project to pull again from pygments-main -- to which I
contributed a Racket lexer back in August. After pygments.rb pulls,
can update this to use ```racket instead.
2012-12-09 15:17:36 -07:00
..
draw Newlines at EOFs. 2012-11-06 14:07:15 -05:00
drracket adjust logger to use a name instead of an environment variable 2012-10-15 13:25:17 -05:00
foreign ffi/unsafe: fixes related to `define-cstruct' and properties 2012-11-11 09:38:15 -07:00
framework whoops; @racket[] should have been @method[] 2012-11-30 21:33:48 -06:00
gui clarify what 'displayed' is programmatically (a call to get-admin) 2012-11-28 13:17:41 -06:00
guide Avoid using `-c' in a script example. 2012-12-03 14:09:16 -05:00
htdp-langs Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
inside add info on building Racket to the "Inside" document 2012-10-02 15:06:27 -06:00
main fix main docs to include installation-specific links/packages 2012-12-02 08:03:54 -07:00
more adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
quick fixed typo, closes PR 12539 2012-02-05 10:13:31 -05:00
raco setup/getinfo: allow a path string for `get-info/full' 2012-11-30 07:26:51 -07:00
reference define-logger: make (define-logger X)' define X-logger' 2012-12-07 06:36:31 -06:00
scheme racket/gui/dynamic: make gui-dynamic-require' pull from racket/gui/base' 2012-11-19 08:13:48 -07:00
scribble Add a Markdown rendering mode to Scribble. 2012-12-09 15:17:36 -07:00
slideshow Add examples for the rest of built-in pict constructors 2012-11-06 14:09:34 -05:00
tools made the 'one-line-summary' of the drracket languages be in tooltips, 2012-11-17 20:15:19 -06:00
finger.png
icons.rkt
info.rkt
magnify.png