racket/collects/tests/scribble
Greg Hendershott dbffc840a9 Render @hyperlink in Markdown.
Render Scribble like

    @hyperlink["url" "content"]

as Markdown like

    [content](url)

Note that this only works for `@hyperlink`. The motivation is to
preserve content the author has explicitly written. (Previously,
`markdown-render.rkt` was discarding this; `text-render.rkt` still
does so.)

This does _not_ attempt to handle everything that `html-render.rkt`
would automatically generate and render as `<a>`. It simply can't --
things like hotlinked Racket keywords in code blocks simply won't work
in Markdown.
2012-12-11 12:40:54 -07:00
..
docs Fix citation disabiguation when authors differ. 2012-11-19 17:35:07 -05:00
markdown-docs Render @hyperlink in Markdown. 2012-12-11 12:40:54 -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