mathml-tag-names
List of known MathML tag-names
Last updated 4 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 Coverage 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

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install mathml-tag-names

Use

import {mathmlTagNames} from 'mathml-tag-names'

console.log(mathmlTagNames.length) // => 189

console.log(mathmlTagNames.slice(0, 10))

Yields:

[
  'abs',
  'and',
  'annotation',
  'annotation-xml',
  'apply',
  'approx',
  'arccos',
  'arccosh',
  'arccot',
  'arccoth'
]

API

This package exports the following identifiers: mathmlTagNames. There is no default export.

mathmlTagNames

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 (15)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org