nochunks

Name

nochunks -- Suppress chunking of output pages

Synopsis

nochunks

Description

If true, the entire source document is formatted as a single HTML document and output on stdout. (This option can conveniently be set with -V nochunks on the Jade command line).

Source Code

(define nochunks
  ;; Suppress chunking of output pages
  #f)