Support .UR and .UE
This commit is contained in:
parent
8d14fa2997
commit
a89f23973c
|
@ -332,6 +332,17 @@
|
|||
(concat (hang-para #f) "<br>\n"))))
|
||||
|
||||
|
||||
;;; --------------------------------------------------------------------------
|
||||
;;; Internet URIs.
|
||||
|
||||
(defmacro 'UR
|
||||
(lambda (UR uri)
|
||||
(format #f "<a href=\"~a\"><code>~a</code></a>" uri uri)))
|
||||
|
||||
(defmacro 'UE
|
||||
(lambda (UE . words)
|
||||
(parse (apply spread words) #\newline)))
|
||||
|
||||
|
||||
;;; --------------------------------------------------------------------------
|
||||
;;; Bogus or SunOS-specific stuff.
|
||||
|
|
Loading…
Reference in New Issue