mathml-tag-names

WebJar for mathml-tag-names

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mathml-tag-names
Last Version

Last Version

2.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

mathml-tag-names
WebJar for mathml-tag-names
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/wooorm/mathml-tag-names

Download mathml-tag-names

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mathml-tag-names/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mathml-tag-names</artifactId>
    <version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mathml-tag-names/
implementation 'org.webjars.npm:mathml-tag-names:2.1.3'
// https://jarcasting.com/artifacts/org.webjars.npm/mathml-tag-names/
implementation ("org.webjars.npm:mathml-tag-names:2.1.3")
'org.webjars.npm:mathml-tag-names:jar:2.1.3'
<dependency org="org.webjars.npm" name="mathml-tag-names" rev="2.1.3">
  <artifact name="mathml-tag-names" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mathml-tag-names', version='2.1.3')
)
libraryDependencies += "org.webjars.npm" % "mathml-tag-names" % "2.1.3"
[org.webjars.npm/mathml-tag-names "2.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.1.3
2.1.0