我们可以在AMP网站上使用MathJax吗?由于我们有很多数学内容,因此我们需要MathJax.js。如果是,我们如何实施?
答案 0 :(得分:2)
将此添加到头部
<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作为模板引擎