Skip to content

Commit a6d7045

Browse files
committed
Merge branch 'master' of github.com:Sensibility/MathML-Sublime-Plugin
2 parents fe156a6 + 78e3ae4 commit a6d7045

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# MathML-Sublime-Plugin
2-
A Plugin for MathML development in Sublime Text 3.x
2+
A Package for MathML syntax highlighting and basic snippets in Sublime Text 3.x
3+
This package enforces a subset of the W3C MathML 3.0 standard, which can be found [here](https://www.w3.org/TR/MathML3/).
4+
Unlike HTML, MathML does NOT meaningfully allow arbitrary attributes on any and all tags, so don't expect it to highlight them. The package does currently support all presentation elements listed on MDN [here](https://developer.mozilla.org/en-US/docs/Web/MathML/Element). A large subset of attributes is also supported. However, by default, highlighting is only available in dedicated mathml files with the extensions:
5+
* `.mathml`
6+
* `.mathm`
7+
* `.math`
8+
9+
which is to say, not inside of HTML (that functionality is planned, however).
10+
I highly recommend checking out the MDN documentation for examples and reference materials when writing MathML.

0 commit comments

Comments
 (0)