Differences From Artifact [066e2351]:
- File tags-html.rkt — part of check-in [8db9bae9] at 2019-05-19 21:50:25 on branch licensing — Switch all license notices to Blue Oak (user: joel, size: 7701) [annotate] [blame] [check-ins using] [more...]
To Artifact [4ebbddcc]:
- File tags-html.rkt — part of check-in [b6a4e42a] at 2019-05-26 20:22:16 on branch trunk — Fix [50052157dd] (user: joel, size: 7704) [annotate] [blame] [check-ins using]
| ︙ | |||
140 141 142 143 144 | 140 141 142 143 144 145 146 147 148 149 150 | - + | ;; Provided tag functions: (define (html-link . args) `(link& [[ref ,(format "~a" (first args))]] ,@(rest args))) (define (html-url ref url) |
| ︙ |