On Fri, Jan 20, 2012 at 9:00 AM, Bill Burdick <bill.burd...@gmail.com> wrote: > The Markdown discussion got me thinking and, as is my wont, I decided to try > adding Markdown to Fossil without changing the executable. I think I got > > To make a wiki page use Pagedown (from the fossil wiki or from a "doc" > page), just put @pagedown at the top.
Sounds good. I will try this later today. Two thoughts: 1. Your use of // conflicts with normal URL processing. Even without the http: or https:, // introduces a host name. That is, a URL of the form //name.domain/path/to/page should look for "/path/to/page" on the host "name.domain", not the path "//name.domain/path/to/page" on the current host. 2. To avoid Fossil's wiki redering, wouldn't you need: <nowiki> @pagedown Markdown content </nowiki> _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users