racket/collects/tests/scribble
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
..
docs Fix citation disabiguation when authors differ. 2012-11-19 17:35:07 -05:00
markdown-docs Add a Markdown rendering mode to Scribble. 2012-12-09 15:17:36 -07:00
docs.rkt scribble/manual: add #:normalize?' option to deftech' et al. 2012-08-20 17:37:24 -06:00
main.rkt Add a Markdown rendering mode to Scribble. 2012-12-09 15:17:36 -07:00
markdown.rkt Add a Markdown rendering mode to Scribble. 2012-12-09 15:17:36 -07:00
reader.rkt fix some error-message tests 2012-06-23 05:21:52 -07:00
render.rkt Streamline all scribble tests. 2012-05-06 05:53:19 -04:00
text-collect.rkt Streamline all scribble tests. 2012-05-06 05:53:19 -04:00
text-lang.rkt Make it possible to run each scribble test file by itself. 2012-04-17 14:04:57 -04:00
text-wrap.rkt New wrap-line' function in a new scribble/text/wrap' module. 2012-05-06 05:38:04 -04:00
xref.rkt break cross-reference info for document into pieces 2012-11-23 18:44:51 -07:00