Claudio Cicali
Claudio Cicali
Hi @jandrieu I think I wrote that (silly) note as a disclaimer to avoid having to deal with weird and complex setups that people may put in place (I am...
Good idea. The current "client side" jingo (the js that runs in the browser) it's very poor and it will be greately improved in the next major
Yes, that would be a great addition, but Jingo doesn't have a database so it's hard to image the correct place to save those redirects... maybe embedding the information directly...
Hi @xgvargas good idea! Together with its markdown parser, the syntax highlighter is definitely something Jingo needs to improve upon. I'd totally consider merging this PR: I just need to...
Hi @anderflash it could be interesting indeed, but I am afraid that I don't have the resource and time to work on this feature at this time. I hope someone...
Thanks @dymaxionkim
Thank you for taking some time to enter the details of this problem! I will take a look at this issue as soon as possible :+1:
Uh... there is a bug when rendering not in preview: `a-heading-containing-a-link-to-an-external-site-http-www-externalsite-com-` vs `a-heading-containing--a-link-to-an-external-site--http---wwwexternalsitecom--` (the double `--` is converted in a single `-` in the id. I will see if I...
As it turned out this is a problem of older version of Jingo. The current version (1.6.1) doesn't suffer of that problem :)
Ah, I see what you mean. I was distracted by a different bug on the same context :D And you're right, we should remove any link from any TOC entry....