tlienart/Franklin.jl

Fix demos deployment

tlienart opened this issue · 2 comments

Looks like some recent dependent package updates broke demos which in turns breaks the proper deployment of the docs.

I think the problem is the newest demo.
In particular the usage of fd2html_v in the render_table hfun seems to cause problems with the global and local variables. After that function is called all global variables from config.md and all local variables are cleared.

Thanks! there's also an issue with TikzCDs; but what you pointed out is definitely something to be looked into too

iirc the issue with TikzCDs is that some dependency for latex need to be installed properly and it's somehow difficult to do on the Ubuntu latest VM. Anyway we could just keep TikzCDs pinned or remove that demo since that package seems to be unmaintained.