xkcd: Print images inline.

db4
Doug Coleman 2012-08-17 16:49:41 -07:00
parent d7f95a481c
commit 17782f45ab
1 changed files with 4 additions and 3 deletions

View File

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