racket/collects
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
..
2htdp
algol60
at-exp/lang
browser
compatibility
compiler win32: support MinGW build 2012-12-09 11:26:02 -07:00
config
data fixed doc bug 2012-12-01 11:17:13 -05:00
datalog
db use define-logger 2012-12-05 12:19:16 -05:00
defaults
deinprogramm removed the deinprogramm one-line-summary's because they are 2012-11-17 20:15:19 -06:00
drracket Fix language config dialog not showing when some languages are disabled 2012-12-05 18:45:04 -05:00
drscheme
dynext
embedded-gui
eopl
errortrace errortrace: remove redundant expansion 2012-11-30 07:26:51 -07:00
ffi ffi/unsafe/custodian: fix weak-reference problem 2012-12-11 09:30:15 -07:00
file add missing icon resizing in replace-icons 2012-11-27 09:23:45 -07:00
framework fix close parens behavior in interactions and comments 2012-12-04 20:39:10 -06:00
frtime
future-visualizer
games
graphics
gui-debugger Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
handin-client Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
handin-server
help move the captcha checking code inside the handler 2012-11-22 10:35:51 -06:00
hierlist
honu [honu] return a parsed syntax object immediately if the parser has a current expression 2012-11-30 11:11:11 -07:00
htdp
html
icons
images
json
lang
launcher
lazy
macro-debugger fix display when reader abbreviations disabled 2012-12-05 14:47:27 -05:00
make
math Improved performance of prime? for small numbers 2012-12-11 19:45:39 +01:00
meta Lazily reading Github API keys 2012-12-08 12:07:00 -07:00
mred win32: support MinGW build 2012-12-09 11:26:02 -07:00
mrlib Add in more shortcuts, following Matthew's recent commit 2012-12-10 11:42:32 -06:00
mysterx
mzcom
mzlib
mzscheme
net path->url: ensure directory paths have a trailing slash 2012-11-27 08:46:34 -07:00
openssl move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
parser-tools
picturing-programs
plai
planet
planet2 Cleaning up offical PNS server re: Danny 2012-12-08 09:09:39 -07:00
plot move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
preprocessor
profile
r5rs make case' in r5rs' and r6rs' still use eqv?' 2012-11-26 19:49:36 -07:00
r6rs
racket Peephole optimization for iterating over an empty set (no allocation). 2012-12-07 06:39:27 -06:00
racklog
rackunit Add for-label require 2012-11-20 13:31:05 -05:00
raco
reader/lang
readline
redex add some random generation tests 2012-12-07 17:40:21 -06:00
repo-time-stamp
rnrs make case' in r5rs' and r6rs' still use eqv?' 2012-11-26 19:49:36 -07:00
s-exp/lang
scheme racket/gui/dynamic: make gui-dynamic-require' pull from racket/gui/base' 2012-11-19 08:13:48 -07:00
schemeunit
scribble Render @hyperlink in Markdown. 2012-12-11 12:40:54 -07:00
scribblings Expand on quote-syntax docs 2012-12-10 18:05:29 -05:00
scriblib Fix citation disabiguation when authors differ. 2012-11-19 17:35:07 -05:00
setup raco setup: flush loaded "info-domain" when info is updated 2012-12-05 08:26:40 -06:00
sgl
slatex
slideshow slideshow: fix import that changed the style of legacy libraries 2012-11-28 05:39:45 -07:00
srfi
stepper Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
string-constants Synch German string constants with latest. 2012-12-08 14:37:40 +01:00
swindle
syntax move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
syntax-color remove docs for removed library 2012-12-05 08:32:53 -06:00
teachpack
test-engine
tests Render @hyperlink in Markdown. 2012-12-11 12:40:54 -07:00
texpict
trace
typed Revert "Ignore contracted proxies from racket" 2012-12-03 14:37:17 -05:00
typed-racket Add type for xor 2012-12-10 15:49:51 -05:00
typed-scheme
unstable move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
version
web-server Fixing regression re path restriction patch 2012-12-11 10:47:54 -07:00
wxme
xml Fix some docs. Add an example too. 2012-11-19 15:38:13 -05:00
xrepl
.gitignore