xkcd: Print images inline.
parent
d7f95a481c
commit
17782f45ab
|
@ -2,8 +2,9 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
|
|
||||||
USING: accessors formatting http.client images.http
|
USING: accessors formatting http.client images.http
|
||||||
images.viewer io kernel math parser prettyprint.custom regexp
|
images.viewer images.viewer.prettyprint io kernel parser
|
||||||
sequences strings ui wrap.strings xml xml.traversal ;
|
prettyprint.custom prettyprint.sections regexp sequences
|
||||||
|
strings ui wrap.strings xml xml.traversal ;
|
||||||
|
|
||||||
IN: xkcd
|
IN: xkcd
|
||||||
|
|
||||||
|
@ -50,4 +51,4 @@ C: <xkcd> xkcd
|
||||||
|
|
||||||
SYNTAX: XKCD: scan-number xkcd-image <xkcd> suffix! ;
|
SYNTAX: XKCD: scan-number xkcd-image <xkcd> suffix! ;
|
||||||
|
|
||||||
M: xkcd pprint* image>> image. ;
|
M: xkcd pprint* image>> <image-section> add-section ;
|
||||||
|
|
Loading…
Reference in New Issue