On 2/17/08, Ivan Raikov <[EMAIL PROTECTED]> wrote: > Also, it is not clear to me how to convert ... symbol-table formatting > elements to wiki format.
Ivan, The symbol-table is essentially a nod to aesthetics--it just alters the appearance of the table (mainly, the 'symbol' column is monospaced). The eggdoc-svnwiki egg translates symbol-table elements to <table class="symbol-table">...</table>. Although svnwiki currently ignores class elements, it might not in the future. In the meantime, you just get a proportional font in the left column. You can see the result by checking any wiki document that was translated with eggdoc->svnwiki, e.g. http://chicken.wiki.br/objc . _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
