# HG changeset patch # User Paul Boddie # Date 1558389819 -7200 # Node ID 9f9e706f707d78daa0b24175e1f728c8498a1e62 # Parent 84b12238a18745378c4662f03eb8428705e0c1c7# Parent dfcf17d505027b6adf925daa50d276cd962a24df Merged changes from the default branch. diff -r 84b12238a187 -r 9f9e706f707d docs/wiki/Input --- a/docs/wiki/Input Sat May 04 23:41:00 2019 +0200 +++ b/docs/wiki/Input Tue May 21 00:03:39 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 84b12238a187 -r 9f9e706f707d docs/wiki/MoinSyntax --- a/docs/wiki/MoinSyntax Sat May 04 23:41:00 2019 +0200 +++ b/docs/wiki/MoinSyntax Tue May 21 00:03:39 2019 +0200 @@ -9,6 +9,8 @@ Various enhancements are introduced in MoinLight, and these are described below. +<> + == Anchor == Introduce an anchor employing a fragment identifier that can be reached by a @@ -67,6 +69,24 @@ The [[MoinMoin:HelpOnLinking|Moin link syntax]] applies, including the transclusion syntax. +== Lists == + +List syntax is generally compatible with Moin, but MoinLight supports a less +restrictive syntax in certain cases. For example: + + `title`:: value + +Here, the definition list supports formatting in the title element of each +list item. + +=== Syntax === + +To illustrate the above example: + +{{{ + `title`:: value +}}} + == Table Regions == Provides a more readable and convenient way of describing tables. For example: diff -r 84b12238a187 -r 9f9e706f707d docs/wiki/Output --- a/docs/wiki/Output Sat May 04 23:41:00 2019 +0200 +++ b/docs/wiki/Output Tue May 21 00:03:39 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.