ImprovedTableParser

Changeset

38:66826fff6584
2012-11-29 Paul Boddie raw files shortlog changelog graph Updated the release notes. rel-0-2
README.txt (file)
     1.1 --- a/README.txt	Thu Nov 29 00:46:54 2012 +0100
     1.2 +++ b/README.txt	Thu Nov 29 23:38:13 2012 +0100
     1.3 @@ -113,6 +113,13 @@
     1.4      into the MoinSupport distribution.
     1.5    * Added line continuation syntax for column text.
     1.6    * Added the missing __version__ attribute to the common library module.
     1.7 +  * Fixed unfinished column spans on the final rows of tables.
     1.8 +  * Fixed the cell attributes pattern to avoid matching macros.
     1.9 +  * Added a write parameter to the formatTable function for configurable
    1.10 +    output, and added formatting according to content type, supporting an
    1.11 +    extended parser API.
    1.12 +  * Fixed space handling after row markers, avoiding indentation for text on
    1.13 +    the same line.
    1.14  
    1.15  Release Procedures
    1.16  ------------------