I seem to have stumbled onto a logical contradiction in the fossil setup and was wondering if folks could help:
1. Turn HTML wiki markup on in the Admin. Now <verbatim> and <nowiki> don't work because everything is HTML. 2. Put some python code in expecting it to get left alone [1,2,3,4]. 3. Find out that, no, fossil still interprets [] as wiki links, even in HTML mode. 4. Check mate! HTML mode doesn't know what <verbatim> or <nowiki> is, and [] still work as wiki so you can't put code in your docs. Am I just daft and not seeing how this is done? Basically, if I say it's HTML then please fossil, stop helping me. I can do an <a href> just fine. Or, even in HTML, let me tell fossil to leave sections alone with <nowiki>. -- Zed A. Shaw http://zedshaw.com/ _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

