hyper-literate/scribble-test/tests/scribble/docs/filebox.scrbl
2014-12-02 00:54:52 -05:00

13 lines
196 B
Racket

#lang scribble/manual
@; An empty filebox
@filebox["zero.txt"]
@filebox["one.txt"]{
A file box with one thing in it.
}
@filebox["two.txt"
(tt "A filebox ")
(tt "with multiple things in it.")]