Hello! I have the following snippet of the preamble for a post:
---
layout: post
toc: true
mathjax: true
mermaid: true
---
The table of contents displays just fine locally. But when I publish the site on GitHub pages, the table of contents is not displayed and doesn’t appear to be in the source. I’m not for sure where to go to resolve this or why this is happening. The table of contents feature is provided by the jekyll-toc.
Does anyone have any ideas? How is the static site differing between local and GitHub pages?