Skip to content

Commit 0dbd31f

Browse files
committed
Rename "mathjax-native-mathml" to "native-mathml".
1 parent e8c855b commit 0dbd31f

12 files changed

+5
-5
lines changed

mathjax-native-mathml/README.md native-mathml/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# mathjax-native-mathml
1+
# native-mathml
22

3-
This directory contains the source of the [MathJax Native MathML add-on](https://addons.mozilla.org/en-US/firefox/addon/mathjax-native-mathml/) which is built with the
3+
This directory contains the source of the [Native MathML add-on](https://addons.mozilla.org/en-US/firefox/addon/mathjax-native-mathml/) which is built with the
44
[Add-on SDK](https://developer.mozilla.org/en-US/Add-ons/SDK).
55

66
Users should report any bug to the
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

mathjax-native-mathml/package.json native-mathml/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "mathjax-native-mathml",
3-
"title": "MathJax Native MathML",
2+
"name": "native-mathml",
3+
"title": "Native MathML",
44
"id": "jid1-fGtBdrROY6E1gA",
5-
"description": "This add-on forces MathJax to select the Native MathML output mode. Starting with version 1.7, it also includes a CSS stylesheet to force KaTeX to display its MathML output. It can also fix some rendering/performance bugs in the native MathML module of MathJax, can prevent MathJax from overriding the browser user interface and can disable the mml2jax preprocessor.",
5+
"description": "This add-on allow to use native MathML rendering on some web sites. For example, it includes a CSS stylesheet to force KaTeX to display its MathML output. It also changes MathJax's preference to select its Native MathML output mode. It can also fix some rendering/performance bugs in the native MathML module of MathJax, can prevent MathJax from overriding the browser user interface and can disable the mml2jax preprocessor.",
66
"author": "Frédéric Wang",
77
"translators": ["Frédéric Wang", "Khaled Hosny", "Raniere Silva"],
88
"license": "MPL 2.0",

0 commit comments

Comments
 (0)