JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
821 stars 94 forks source link

[BUG] Meta data options stopped working after updating to 0.10.12 #470

Open newptcai opened 1 year ago

newptcai commented 1 year ago

I have the following options in my .jmd files

weave_options:
    echo: false
    results: "tex"

These stopped working after updating last week to 0.10.12. Now I have to set them in every code chunk in order to make them work.