You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The glossary page is not rendering correctly. Currently, it looks like this:
It looks like this is caused by mdbook-toc. Looking at the implementation, it looks like it is using pulldown-cmark-to-cmark, which in my experience is not very reliable.
(EDIT: no aspersions meant for pulldown-cmark-to-cmark, it is a very hard problem to convert the events back to markdown.)