我们如何在 AMP 网站中实施 MathJax?
How can we implement MathJax in AMP website?
我们可以在 AMP 网站中使用 MathJax 吗?由于我们有很多数学内容需要我们 MathJax.js。如果是,我们如何实施?
将其包含在头部
<script async custom-element="amp-mathml" src="https://cdn.ampproject.org/v0/amp-mathml-0.1.js"></script>
将其包含在正文中
<amp-mathml layout="container" data-formula="`<%= yourMathjax %>`">
</amp-mathml>
这就是我们在 https://amp.doubtnut.com 使用 Mathjax 的方式。我们使用 ejs 作为模板引擎
我们可以在 AMP 网站中使用 MathJax 吗?由于我们有很多数学内容需要我们 MathJax.js。如果是,我们如何实施?
将其包含在头部
<script async custom-element="amp-mathml" src="https://cdn.ampproject.org/v0/amp-mathml-0.1.js"></script>
将其包含在正文中
<amp-mathml layout="container" data-formula="`<%= yourMathjax %>`">
</amp-mathml>
这就是我们在 https://amp.doubtnut.com 使用 Mathjax 的方式。我们使用 ejs 作为模板引擎