VL
Size: a a a
VL
VL
VL
VL
D
(defmacro shr-render-string (text)
(with-temp-buffer
(insert text)
(shr-render-region (point-min) (point-max))
(buffer-substring-no-properties (point-min) (point-max))))
(shr-render-string "'")
VL
(defmacro shr-render-string (text)
(with-temp-buffer
(insert text)
(shr-render-region (point-min) (point-max))
(buffer-substring-no-properties (point-min) (point-max))))
(shr-render-string "'")
VL
VL
VL
VL
VL
VL
VL
VL
VL
D
VL
VL
VL