1 = Output = 2 3 Output contexts determine the form of converted wiki content. As with [[Input| 4 input contexts]], typical forms will include a single file representing a wiki 5 page or collections of files arranged within a directory hierarchy. 6 7 The supported output contexts are described below. 8 9 == Directory == 10 11 A directory containing wiki page resources in a hierarchy. 12 13 [[Metadata#output_context|output_context]]:: `directory` 14 15 Each converted wiki page will reside at a path within the hierarchy 16 corresponding to the page name, with top-level pages residing directly within 17 the top-level output directory, and with subpages residing within the 18 directories of their parents. 19 20 Page content is stored in index files within each page 21 directory, typically `index.html` (defined by the [[Metadata#index_name| 22 index_name]] metadata property), with the designated [[Metadata#root_pagename| 23 root page]] content appearing in the index file directly inside the top-level 24 output directory. 25 26 == Standalone == 27 28 A standalone wiki page file. 29 30 [[Metadata#output_context|output_context]]:: `standalone` 31 32 A single file containing a single wiki page.