Hi Johann I don't believe that 'tables' are implemented in the version that Web2py uses: python-markdown2. See the 'todo' list: http://python-markdown2.googlecode.com/svn/trunk/TODO.txt
It may be advantageous for Web2py to change to this version in future: http://www.freewisdom.org/projects/python-markdown/. It seems to have more features. -David On Dec 22, 1:42 pm, Johann Spies <johann.sp...@gmail.com> wrote: > According to what I understand from the Markdown documentation the > following should produce a table in a wiki page: > > | Rekenaar | IP adres | Eienaar > | > | ------------------------- | ------------------------ | > --------------------| > | computer1.com | 111.111.128.205 | Simon le Roux | > | computer2.com | 111.111.128.206 | Johann Spies | > > But what I get is this: > > |Rekenaar | IP adres | Eienaar | | ------------------------------ | > ------------------------ | ---------------------- | | computer1.com > | 111.111.128.205 | Simon le Roux | computer2.com | > 111.111.128.206 | Johann Spies | > > Where did I make a mistake? > > Regards > Johann -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.