Use <pre> tags
parent
7bcadd99a4
commit
cd0b715161
|
@ -55,7 +55,8 @@ MEMO: eq ( -- parser )
|
||||||
|
|
||||||
: render-code ( string mode -- string' )
|
: render-code ( string mode -- string' )
|
||||||
>r string-lines r>
|
>r string-lines r>
|
||||||
[ [ htmlize-lines ] with-html-stream ] with-string-writer ;
|
[ [ htmlize-lines ] with-html-stream ] with-string-writer
|
||||||
|
"pre" surround-with-foo ;
|
||||||
|
|
||||||
: escape-link ( href text -- href-esc text-esc )
|
: escape-link ( href text -- href-esc text-esc )
|
||||||
>r escape-quoted-string r> escape-string ;
|
>r escape-quoted-string r> escape-string ;
|
||||||
|
|
Loading…
Reference in New Issue