Differences From Artifact [20648ff4]:
- File code-docs/scribble-helpers.rkt — part of check-in [a4c851a4] at 2019-02-18 20:05:43 on branch trunk — More work on Scribble docs (user: joel, size: 1888) [annotate] [blame] [check-ins using]
To Artifact [1eef327e]:
- File code-docs/scribble-helpers.rkt — part of check-in [c0e4841e] at 2019-03-10 04:19:33 on branch trunk — Add overview to code docs (user: joel, size: 2066) [annotate] [blame] [check-ins using]
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 | + + + + + + | title #:style (style #f (list (attributes '((target . "_parent"))))))) (define (ext-link url-str . elems) (keyword-apply hyperlink '(#:style) (list (style #f (list (attributes '((target . "_blank")))))) url-str elems)) (define (responsive-retina-image img-path) (image img-path #:scale 0.5 #:style (style #f (list (attributes '((style . "max-width:100%;height:auto;"))))))) |