This is a comment on Tables, posted by WikiAdmin at 20.05.2024 11:15
View source for Re: Tables
**First** there is a short way around this for more complex tables, just use HTML via ##"" <# HTML here #> ""## HTML must be enabled in the config and the page settings: ##'allow_rawhtml' => 1##. **Second** the Wacko Formatter syntax for the table got some changes, I merged from another branch/fork for the next release[*]. But the table syntax needs a revision. This issue has two sides, one is to add more possibilities like ##<th>## - on the other hand it adds complexity (code and syntax). How to meet a balance between what we want and need without rebuilding HTML syntax just with Wiki syntax? * ((/Dev/NewFeatures/SyntaxForTableHeader Syntax For Table Header)) * bugs:277 ##""#| *|heading 1|heading 2|heading 3|* ||cell 1-1|cell 1-2|cell 1-3|| ||cell 2-1|cell 2-2|| |#""## search for ##// table begin## ((source:master/src/formatter/class/wackoformatter.php /formatter/class/wackoformatter.php)) There is certainly space for improvements ... Table Syntax comparison * WikkaWiki : http://docs.wikkawiki.org/TableMarkup * DokuWiki: https://www.dokuwiki.org/wiki:syntax#tables