Important: this documentation is not applicable to your currently selected format email!
amp-mathml
Description
Displays a MathML formula.
Required Scripts
<script async custom-element="amp-mathml" src="https://cdn.ampproject.org/v0/amp-mathml-0.1.js"></script>
Supported Layouts
Usage
Renders a MathML formula in an iframe.
The example below displays the quadratic formula:
<amp-mathml layout="container" data-formula="\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]" > </amp-mathml>
The example below displays Cauchy's integral formula:
<amp-mathml layout="container" data-formula="\[f(a) = \frac{1}{2\pi i} \oint\frac{f(z)}{z-a}dz\]" > </amp-mathml>
The example below displays a double angle formula for cosines:
<amp-mathml layout="container" data-formula="$$ \cos(θ+φ)=\cos(θ)\cos(φ)−\sin(θ)\sin(φ) $$" > </amp-mathml>
Inline formula
This is an example of a formula of <amp-mathml layout="container" inline data-formula="`x`"></amp-mathml>
, <amp-mathml layout="container" inline data-formula="\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)"></amp-mathml>
placed inline in the middle of a block of text. <amp-mathml layout="container" inline data-formula="\( \cos(θ+φ) \)"></amp-mathml>
This shows how the formula will fit inside a block of text and can be styled with CSS.
Attributes
data-formula (required)
Specifies the formula to render.
inline (optional)
If specified, the component renders inline (inline-block
in CSS).
title (optional)
Define a title
attribute for the component to propagate to the underlying <iframe>
element. The default value is "MathML formula"
.
Validation
See amp-mathml rules in the AMP validator specification.
이 문서를 수십 번 읽었음에도 여전히 궁금한 점이 남아 있나요? 다른 개발자들도 같은 심정일지 모릅니다. Stack Overflow에서 소통해 보세요.
Stack Overflow로 이동 버그나 누락된 기능을 발견하셨나요?AMP 프로젝트는 여러분의 참여와 기여를 적극 환영합니다! 오픈 소스 커뮤니티를 통해 지속적으로 활동해 주셔도 좋지만 관심 있는 주제에 한 번만 기여하셔도 큰 도움이 됩니다.
GitHub로 이동하기