mathml-tag-names
List of known MathML tag-names
Last updated 6 years ago by wooorm .
MIT · Repository · Bugs · Original npm
$ cnpm install mathml-tag-names 
SYNC missed versions from official npm registry.

mathml-tag-names

Build Downloads Size

List of known MathML tag names. Includes the elements from MathML 1, MathML 2, and MathML 3.

The repo contains a script to crawl specs to include newly introduced tag names.

Install

npm:

npm install mathml-tag-names

Use

var mathMLTagNames = require('mathml-tag-names')

console.log(mathMLTagNames.length) // => 202

console.log(mathMLTagNames.slice(0, 20))

Yields:

[ 'abs',
  'and',
  'annotation',
  'annotation-xml',
  'apply',
  'approx',
  'arccos',
  'arccosh',
  'arccot',
  'arccoth',
  'arccsc',
  'arccsch',
  'arcsec',
  'arcsech',
  'arcsin',
  'arcsinh',
  'arctan',
  'arctanh',
  'arg',
  'bind' ]

API

mathMlTagNames

Array.<string> — List of lowercase tag names.

Related

License

MIT © Titus Wormer

Current Tags

  • 3.0.2                                ...           latest (4 years ago)

4 Versions

  • 3.0.2                                ...           4 years ago
  • 3.0.1                                ...           4 years ago
  • 2.1.1                                ...           6 years ago
  • 2.1.3                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (13)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org