The problem with python-markdown is that it requires elementtree and it does not come with python 2.4. It would break some apps that run under 2.4.
Massimo On Dec 22, 12:09 pm, Thadeus Burgess <thade...@thadeusb.com> wrote: > I have suggested python-markdown as well. > > Massimo is rewriting his own markdown that takes advantage of web2py tag > elements. > > Nothing is stopping you from using python-markdown in your project though, I > am using it currently because of the extra features. :) > > -Thadeus > > On Tue, Dec 22, 2009 at 10:56 AM, villas <villa...@gmail.com> wrote: > > 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<web2py%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/web2py?hl=en. > > -- 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.