# HG changeset patch # User Paul Boddie # Date 1558389751 -7200 # Node ID 8fd84baf0589bec563b6ab09fc9d374690c4f9fa # Parent 4f8c6a4c527cbef1eceedd788505d330627eadfd Switched to using definition lists to indicate metadata settings. diff -r 4f8c6a4c527c -r 8fd84baf0589 docs/wiki/Input --- a/docs/wiki/Input Sat May 04 23:40:07 2019 +0200 +++ b/docs/wiki/Input Tue May 21 00:02:31 2019 +0200 @@ -11,7 +11,7 @@ A directory containing wiki page files. -[[Metadata#input_context|input_context]]: `directory` + [[Metadata#input_context|input_context]]:: `directory` Each file contains a different wiki page with its filename indicating the page name, and with any configured `input_separator` being used in filenames to @@ -21,6 +21,6 @@ A standalone wiki page file. -[[Metadata#input_context|input_context]]: `standalone` + [[Metadata#input_context|input_context]]:: `standalone` A single file containing a single wiki page. diff -r 4f8c6a4c527c -r 8fd84baf0589 docs/wiki/Output --- a/docs/wiki/Output Sat May 04 23:40:07 2019 +0200 +++ b/docs/wiki/Output Tue May 21 00:02:31 2019 +0200 @@ -10,7 +10,7 @@ A directory containing wiki page resources in a hierarchy. -[[Metadata#output_context|output_context]]: `directory` + [[Metadata#output_context|output_context]]:: `directory` Each converted wiki page will reside at a path within the hierarchy corresponding to the page name, with top-level pages residing directly within @@ -27,6 +27,6 @@ A standalone wiki page file. -[[Metadata#output_context|output_context]]: `standalone` + [[Metadata#output_context|output_context]]:: `standalone` A single file containing a single wiki page.