Hi,

So, not sure this is the right list but seemed more appropriate than the normal 
fossil list.

Basically I’m trying to modify the markdown processor, specifically the 
generation of links. The only two places I can see that links are generated are 
here:

markdown_html.c:html_autolink
markdown_html.c:html_link

However, try as i might to modify both of these functions I can’t seem to get 
any different output from either the web server or with the 
'test-markdown-render’ command

The simplest change I have tried is adding:

BLOB_APPEND_LITERAL(ob, "<!-- I am running -->”);

before

BLOB_APPEND_LITERAL(ob, "<a href=\"”);

I am guessing I am not building it right? But I do know the file is being 
recompiled because if I introduce an error in the file it fails to build.

I have looked here http://fossil-scm.org/xfer/doc/trunk/www/makefile.wiki but 
as I’m only editing inside a function, I can’t see why there would be any need 
to regenerate anything. I am just using the ./configure as provided in the 
source download of 1.36 and then doing make. Is this wrong?

Any help would be appreciated.

Thanks,
Kevin
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to