# HG changeset patch # User Paul Boddie # Date 1670801818 -3600 # Node ID d2c3deeba9cb0467a1d250f5cba02b39fd8f913c # Parent 7a05ff0ee28dd011df882d95e817f10fa491b145 Updated the documentation. diff -r 7a05ff0ee28d -r d2c3deeba9cb docs/wiki/Changelog --- a/docs/wiki/Changelog Sun Dec 11 23:58:02 2022 +0100 +++ b/docs/wiki/Changelog Mon Dec 12 00:36:58 2022 +0100 @@ -1,4 +1,16 @@ = Changelog = -Currently, only an initial release has been made. See the repository history -for change-related information. +== New in MoinLight 0.2 (Changes since MoinLight 0.1) == + + * Added some support for processing MoinMoin page directories. + * Added support for a common attachments directory in the output. + * Introduced block nodes inside table cells, requiring styling changes. + * Adjusted the handling of padding within table cells. + * Fixed table cell attribute parsing. + * Fixed Graphviz styling to not apply gradients to edge features. + * Made some table of contents macro styling improvements. + * Fixed table of contents processing when no section entries are found. + * Fixed the parsing of directives without values. + * Suppress macros in output when they are unexpanded. + * Permitted aliases for components ("dot" and "graphviz", "wiki" and "moin"). + * Made various other changes to improve parsing and error handling. diff -r 7a05ff0ee28d -r d2c3deeba9cb docs/wiki/Downloads --- a/docs/wiki/Downloads Sun Dec 11 23:58:02 2022 +0100 +++ b/docs/wiki/Downloads Mon Dec 12 00:36:58 2022 +0100 @@ -43,8 +43,11 @@ {{{#!table '''Release''' || '''Details''' == +0.2 || [[https://hg.boddie.org.uk/MoinLight/rev/rel-0-2|changeset]] + .. \_ [[https://hg.boddie.org.uk/MoinLight/file/rel-0-2|files]] +== 0.1 || [[https://hg.boddie.org.uk/MoinLight/rev/rel-0-1|changeset]] - .. [[https://hg.boddie.org.uk/MoinLight/file/rel-0-1|files]] + .. \_ [[https://hg.boddie.org.uk/MoinLight/file/rel-0-1|files]] }}} Details of changes introduced in each new release can be found in the @@ -76,5 +79,5 @@ For example: {{{ -gpg --verify MoinLight-0.1.tar.bz2.asc MoinLight-0.1.tar.bz2 +gpg --verify MoinLight-0.2.tar.bz2.asc MoinLight-0.2.tar.bz2 }}} diff -r 7a05ff0ee28d -r d2c3deeba9cb docs/wiki/MoinSyntax --- a/docs/wiki/MoinSyntax Sun Dec 11 23:58:02 2022 +0100 +++ b/docs/wiki/MoinSyntax Mon Dec 12 00:36:58 2022 +0100 @@ -87,6 +87,20 @@ `title`:: value }}} +== Non-Breaking Space == + +Introduces a non-breaking space in the page. For example: + +First\_Second + +=== Syntax === + +{{{ +First\_Second +}}} + +Here, {{{\_}}} is the non-breaking space symbol. + == Table Regions == Provides a more readable and convenient way of describing tables. For example: