◊(Local Yarn Code "Diff")

Differences From Artifact [55b6ba42]:

To Artifact [20648ff4]:


43
44
45
46
47
48

49
50
43
44
45
46
47

48
49
50





-
+


  (hyperlink (string-append repo-url/ "wiki?name=" (uri-encode title))
             title
             #:style (style #f (list (attributes '((target . "_parent")))))))

(define (ext-link url-str . elems)
  (keyword-apply hyperlink '(#:style) (list (style #f (list (attributes '((target . "_parent")))))) 
  (keyword-apply hyperlink '(#:style) (list (style #f (list (attributes '((target . "_blank")))))) 
         url-str
         elems))