Re: [fossil-dev] Markdown Renderer

2017-02-14 Thread Kevin Martin
> On 14 Feb 2017, at 06:09, Kevin Martin wrote: > > I’m obviously doing something really silly, just not sure what it is. I will > try running in the debugger tonight. Ok, sorry for the noise, my test markdown file was incorrect. I must have changed it as part of my testing a

Re: [fossil-dev] Markdown Renderer

2017-02-13 Thread Kevin Martin
> On 14 Feb 2017, at 05:37, Andy Bradford wrote: > > Try running ``make clean'' and then build again? So I already tried that, but now I’ve just extracted fossil-src-1.36.tar.gz into a new directory, modified the src/markdown_html.c file and done configure followed by make and I still don’t s

[fossil-dev] Markdown Renderer

2017-02-12 Thread Kevin Martin
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