test sections

main
Matthew Butterick 5 years ago
parent 6980c5c49c
commit ac0b3a129e

@ -36,5 +36,6 @@
"test-fallback-super.rkt"
"test-hello.rkt"
"test-kafka.rkt"
"test-sections.rkt"
"test-symbol.rkt"
"test-image.rkt")

@ -0,0 +1,7 @@
#lang quadwriter
"First"
'(q ((break "section")))
'(q ((page-width "5in")(page-height "3in")) "Second")
Loading…
Cancel
Save