html.components: protect M\ code render* from ``f`` value.
parent
4e9ad6ada7
commit
98b6fdeaa3
|
@ -150,8 +150,11 @@ TUPLE: code mode ;
|
|||
: <code> ( -- code )
|
||||
code new ;
|
||||
|
||||
: ?string-lines ( str/f -- seq )
|
||||
[ { } ] [ string-lines ] if-empty ;
|
||||
|
||||
M: code render*
|
||||
[ string-lines ] [ drop ] [ mode>> value ] tri* htmlize-lines ;
|
||||
[ ?string-lines ] [ drop ] [ mode>> value ] tri* htmlize-lines ;
|
||||
|
||||
! Farkup component
|
||||
TUPLE: farkup no-follow disable-images parsed ;
|
||||
|
|
Loading…
Reference in New Issue