@cathieyun pointed out that some formulas are broken; we found that it seems to be because the markdown writes \\\\ to get \\ in the HTML for a latex line-break, but Commonmark sometimes emits a <br>, which causes the formula to be broken into two text spans and fail to parse as math. Curiously, this does not happen on my local machine, so I temporarily deployed from my local machine to the hosting service, bypassing the deploy pipeline, but it will break again the next time the repo is updated.
@cathieyun pointed out that some formulas are broken; we found that it seems to be because the markdown writes
\\\\to get\\in the HTML for a latex line-break, but Commonmark sometimes emits a<br>, which causes the formula to be broken into two text spans and fail to parse as math. Curiously, this does not happen on my local machine, so I temporarily deployed from my local machine to the hosting service, bypassing the deploy pipeline, but it will break again the next time the repo is updated.