From 02c0bd2331628c3926ea4f36db0f5c025ddf0945 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 15 Sep 2020 10:46:21 -0700 Subject: [PATCH] Update readme --- README.md | 1 + readme.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c8b757b9..8a30ac68 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ * Enables MathML math formulas blocks in the editor. * Uses the MathJax library to render the formulas: https://www.mathjax.org +* Compatible with the [official AMP plugin](https://amp-wp.org/) by rendering [`amp-mathml`](https://amp.dev/documentation/components/amp-mathml/) on [AMP pages](https://amp.dev/). ### What is MathML? diff --git a/readme.txt b/readme.txt index dffd2ce7..fe265fa4 100644 --- a/readme.txt +++ b/readme.txt @@ -32,6 +32,8 @@ To test a MathML block and enter a formula, for example: `\[x = {-b \pm \sqrt{b^ To test using math formulas inline, type an formula into a block of text, select it and hit the 'M' icon in the control bar. For example: `\( \cos(θ+φ)=\cos(θ)\cos(φ)−\sin(θ)\sin(φ) \)`. _Note: if you are copying and pasting formulas into the rich text editor, switching to HTML/code editor mode is less likely to reformat your pasted formula._ +This plugin is compatible with the [official AMP plugin](https://amp-wp.org/) by rendering [`amp-mathml`](https://amp.dev/documentation/components/amp-mathml/) on [AMP pages](https://amp.dev/). + === Technical Notes === * Requires PHP 5.4+.