# HG changeset patch # User Paul Boddie # Date 1558389778 -7200 # Node ID dfcf17d505027b6adf925daa50d276cd962a24df # Parent 8fd84baf0589bec563b6ab09fc9d374690c4f9fa Added some description of list syntax enhancements. diff -r 8fd84baf0589 -r dfcf17d50502 docs/wiki/MoinSyntax --- a/docs/wiki/MoinSyntax Tue May 21 00:02:31 2019 +0200 +++ b/docs/wiki/MoinSyntax Tue May 21 00:02:58 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: