2htdp docs: no 'blockquote style
svn: r13007
This commit is contained in:
parent
c7870e6ec5
commit
dc4aac224d
|
@ -10,7 +10,7 @@
|
||||||
@(define (table* . stuff)
|
@(define (table* . stuff)
|
||||||
;; (list paragraph paragraph) *-> Table
|
;; (list paragraph paragraph) *-> Table
|
||||||
(define (flow* x) (make-flow (list x)))
|
(define (flow* x) (make-flow (list x)))
|
||||||
(make-blockquote 'blockquote
|
(make-blockquote #f
|
||||||
(list
|
(list
|
||||||
(make-table (make-with-attributes 'boxed
|
(make-table (make-with-attributes 'boxed
|
||||||
'((cellspacing . "6")))
|
'((cellspacing . "6")))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user