Add support for AMP page
-
Mathematical equations with MathML plugin is working fine on Non-AMP pages. However for AMP page it’s not getting rendered properly.
As per https://amp.dev/documentation/components/amp-mathml/ for AMP pages, MathML has to be in container as displayed below. Is there a way that this plugin can display equations on both Non-AMP and AMP page simultaneously with same code in a block.
<amp-mathml
layout=”container”
data-formula=”\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]”
>
</amp-mathml>The page I need help with: [log in to see the link]
- The topic ‘Add support for AMP page’ is closed to new replies.