tlienart / Franklin.jl

(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
https://franklinjl.org
MIT License
940 stars 111 forks source link

Fix demos deployment #1007

Closed tlienart closed 1 year ago

tlienart commented 1 year ago

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

fkastner commented 1 year ago

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.

tlienart commented 1 year ago

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.