Skip to content

Commit

Permalink
Removed duplicated element
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Mar 15, 2023
1 parent 3db4f99 commit f1189c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
11 changes: 0 additions & 11 deletions dist/mathml.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,6 @@
}
]
},
{
"name": "mmultiscripts",
"description": "The `<mmultiscripts>` MathML element is used to attach an arbitrary number of subscripts and superscripts to an expression at once, generalizing the `<msubsup> element`. Scripts can be either prescripts (placed before the expression) or postscripts (placed after it).",
"attributes": [],
"references": [
{
"name": "MDN Reference",
"url": "https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mmultiscripts"
}
]
},
{
"name": "mmultiscripts",
"description": "The `<mmultiscripts>` MathML element is used to attach an arbitrary number of subscripts and superscripts to an expression at once, generalizing the `<msubsup>` element. Scripts can be either prescripts (placed before the expression) or postscripts (placed after it).",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MathML extension for VS Code",
"author": "Lucas M. Segurado",
"icon": "media/mathml.png",
"version": "1.0.1",
"version": "1.0.2",
"publisher": "michijs",
"repository": "https://github.com/michijs/vscode-mathml",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions tasks/generateTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ const jsonData: HTMLDataV1 = {
"mi",
"The `<mi>` MathML element indicates that the content should be rendered as an identifier such as function names, variables or symbolic constants. You can also have arbitrary text in it to mark up terms.",
),
element(
"mmultiscripts",
"The `<mmultiscripts>` MathML element is used to attach an arbitrary number of subscripts and superscripts to an expression at once, generalizing the `<msubsup> element`. Scripts can be either prescripts (placed before the expression) or postscripts (placed after it).",
),
element(
"mn",
'The `<mn>` MathML element represents a numeric literal which is normally a sequence of digits with a possible separator (a dot or a comma). However, it is also allowed to have arbitrary text in it which is actually a numeric quantity, for example "eleven".',
Expand Down

0 comments on commit f1189c1

Please sign in to comment.