tlienart / Xranklin.jl

Experimental repo for a refactoring of Franklin.jl
https://tlienart.github.io/Xranklin.jl
MIT License
40 stars 1 forks source link

if utils change, are local page variables kept? #182

Closed tlienart closed 1 year ago

tlienart commented 1 year ago

Seems to not be the case e.g. if explicitly specify hascode=true (in plots example). Should check this.

There's code in full_pass that does this with global vars; but unclear whether this is done for local. Though of course if pages are re-processed, the vars should be re-evaluated?

tlienart commented 1 year ago

tested explicitly with

config:

a = 5

index

+++
a = 51
+++

{{a}}

changing utils doesn't change anything.