1
0
Fork 0

- removed trim in preformatted text.

This commit is contained in:
cage 2020-06-23 16:21:26 +02:00
parent f523047e81
commit d8ea5093f7
1 changed files with 1 additions and 3 deletions

View File

@ -51,7 +51,6 @@
(list :pre
(list (list :alt (coerce (second a) 'string)))))))
(defrule link-prefix (and "=>"
(* space))
(:constant :a))
@ -314,8 +313,7 @@
+quote-line-prefix+
(text-value node)))
((html-utils:tag= :pre node)
(princ (text-value node)
stream))
(write-sequence (text-value node :trim nil) stream))
((html-utils:tag= :a node)
(let ((link-name (text-value node :trim nil))
(link-value (html-utils:attribute-value (html-utils:find-attribute :href