| commit | 8534c84e61b88d64f4e45cd0a7c03262811b3607 | [log] [tgz] |
|---|---|---|
| author | Philipp Wagner <phw@lowrisc.org> | Mon Jan 18 22:45:09 2021 +0000 |
| committer | Philipp Wagner <mail@philipp-wagner.com> | Tue Jan 19 08:24:41 2021 +0000 |
| tree | fcffdc55321b6ad31b8fd9418ced2f13c6398f50 | |
| parent | d8ebf0df7624a895ff3b3bc63dfd0959baf04c12 [diff] |
[doc] Work around delayed math rendering
With MathJax 2 math rendering is delayed by a couple of seconds in many
page loads (I wasn't able to determine what exactly triggered the
behavior). The console shows
```
Uncaught DOMException: Node.removeChild: The node to be removed is not a child of this node MathJax.js:19
c https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML:19
```
(This error message is from Firefox, but Chrome shows the same
behavior and a similar error message.)
I wasn't able to determine the root cause for this behavior, but
switching to MathJax 3 (a complete rewrite) fixes the problem, so I went
with that.
Signed-off-by: Philipp Wagner <phw@lowrisc.org>

OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).