epiverse-trace / epidemics

A library of published compartmental epidemic models, and classes to represent demographic structure, non-pharmaceutical interventions, and vaccination regimes, to compose epidemic scenarios.
https://epiverse-trace.github.io/epidemics/
Other
8 stars 2 forks source link

Fix equations on pkgdown >= 2.1.0 #249

Open Bisaloo opened 1 month ago

Bisaloo commented 1 month ago

pkgdown.as_is: true is preventing proper and complete parsing by pkgdown. With pkgdown 2.1.0, there is now a mismatch between the math engine used by pkgdown (mathml) and by bookdown (mathjax), leading to non-rendered equations with pkgdown.as_is: true.