Support .EX and .EE
This commit is contained in:
parent
a89f23973c
commit
b4e5414a11
|
@ -332,6 +332,18 @@
|
|||
(concat (hang-para #f) "<br>\n"))))
|
||||
|
||||
|
||||
;;; --------------------------------------------------------------------------
|
||||
;;; Examples.
|
||||
|
||||
(defmacro 'EX
|
||||
(lambda (EX)
|
||||
(preform #t)))
|
||||
|
||||
(defmacro 'EE
|
||||
(lambda (EE)
|
||||
(preform #f)))
|
||||
|
||||
|
||||
;;; --------------------------------------------------------------------------
|
||||
;;; Internet URIs.
|
||||
|
||||
|
|
Loading…
Reference in New Issue