Socket
Socket
Sign inDemoInstall

mathml-tag-names

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mathml-tag-names

List of known MathML tag-names


Version published
Maintainers
1
Install size
7.66 kB
Created

Readme

Source

mathml-tag-names Build Status Coverage Status

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.

Installation

npm:

npm install mathml-tag-names

mathml-tag-names is also available as an AMD, CommonJS, and globals module, uncompressed and compressed.

Usage

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

mathMLTagNames.length; //=> 205

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 lower-case tag-names.

License

MIT © Titus Wormer

Keywords

FAQs

Last updated on 12 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc