Skip to content

Commit 53d2766

Browse files
committed
Dist & docs
1 parent d64485f commit 53d2766

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+93
-60
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,35 @@ assignees: ''
77

88
---
99

10+
**Funding**
11+
> If you're using MathLive consider donating to project development via [Patreon](https://patreon.com/arnog) (recurring donation) or [PayPal](https://www.paypal.me/arnogourdol) (one time donation).
12+
13+
> Issues submitted by funding partners are given higher priority.
14+
15+
> We welcome both individual and corporate sponsors. In addition to Patreon and PayPal, we can also accept short-term development contracts for specific features or maintenance of the project.
16+
17+
1018
**Describe the bug**
1119
A clear and concise description of what the bug is.
1220

1321
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
22+
[Steps to reproduce the behavior, for example:]
23+
1. [Go to '...']
24+
2. [Click on '....']
25+
3. [Scroll down to '....']
26+
4. [See error]
1927

2028
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
29+
[A clear and concise description of what you expected to happen.]
2230

2331
[Is this a regression: did it use to work in a previous version?]
2432

2533
**Screenshots**
26-
If applicable, add screenshots to help explain your problem.
34+
[If applicable, add screenshots to help explain your problem.]
35+
36+
**Source Code**
37+
[If applicable, provide a code sample demonstrating the issue. Use JSFiddle, CodePen or similar to provide a relevant snippet.]
38+
2739

2840
**Environment**
2941
- Device: [pc, mac, iPhone, Android...]

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
loglevel="silent"
1+
loglevel="warn"

CONTRIBUTING.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Contributing to MathLive
22

3-
There are many ways you can get involved with MathLive. Contributing to
4-
an open source project is fun and rewarding.
3+
There are many ways you can get involved with MathLive. Contributing to an open source project is fun and rewarding.
4+
5+
## Funding
6+
7+
If you're using MathLive consider donating to project development via [Patreon](https://patreon.com/arnog) (recurring donation) or [PayPal](https://www.paypal.me/arnogourdol) (one time donation).
8+
9+
If you are using MathLive in your project, encourage the business partners in your organization to provide financial support of open source projects.
10+
11+
Funds go to general development, support, and infrastructure costs.
12+
13+
We welcome both individual and corporate sponsors. In addition to Patreon and PayPal, we can also accept short-term development contracts for specific features or maintenance of the project.
14+
515

616
## Contributing Issues
717

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img alt="math live" src="assets/logo-1024.jpg?raw=true">
1+
<img alt="math live" src="assets/logo.png?raw=true">
22

33

44

@@ -123,7 +123,7 @@ This will make a local build of MathLive, run a local HTTP server and open a pag
123123

124124
* Using MathLive in your project? Want to support the project ongoing maintenance?
125125
Consider becoming a patron on [Patreon](https://patreon.com/arnog) or making a
126-
donation with [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CCB2LY5M6SM5W&source=url)
126+
donation with [PayPal](https://www.paypal.me/arnogourdol)
127127
* Something wrong? Got ideas for new features? Write up an issue. Read about
128128
[Contributing](CONTRIBUTING.md) and follow our [Code of Conduct](CODE_OF_CONDUCT.md)
129129
* Want to use MathLive in your web page? The [Usage Guide](tutorials/USAGE_GUIDE.md)

WELCOME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<a href="https://mathlive.io">
3-
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo-1024.jpg?raw=true">
3+
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo.png?raw=true">
44
</a>
55
</h1>
66

assets/logo-1024.jpg

-33.8 KB
Binary file not shown.

assets/logo-240.jpg

-7.95 KB
Binary file not shown.

assets/logo-240.png

-12.1 KB
Binary file not shown.

assets/logo.png

8.69 KB
Loading

dist/mathlive.mjs

+1-1
Large diffs are not rendered by default.

dist/vue-mathlive.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var t={name:"mathlive-mathfield",template:'<div class="mathfield" :id="id"><slot></slot></div>',props:{id:{type:String,default:""},value:{type:String,default:""},config:{type:Object,default:()=>({})},onKeystroke:{type:Function,default:function(t,e){return!0}},onMoveOutOf:{type:Function,default:function(t){return!0}},onTabOutOf:{type:Function,default:function(t){return!0}}},install:function(t,e){Object.defineProperty(t.prototype,"$mathlive",{value:e}),t.component("mathlive-mathfield",this)},watch:{value:function(t,e){t!==e&&this.$el.mathfield.$latex(t,{suppressChangeNotifications:!0})},config:{deep:!0,handler:function(t){this.$el.mathfield.$setConfig(t)}}},mounted:function(){const t=this;this.$nextTick(function(){t.$mathlive.makeMathField(t.$el,{...t.config,onContentDidChange:e=>{t.$emit("input",t.$el.mathfield.$latex())},onFocus:e=>{t.$emit("focus")},onBlur:e=>{t.$emit("blur")},onContentWillChange:e=>{t.$emit("content-will-change")},onSelectionWillChange:e=>{t.$emit("selection-will-change")},onUndoStateWillChange:(e,n)=>{t.$emit("undo-state-will-change",n)},onUndoStateDidChange:(e,n)=>{t.$emit("undo-state-did-change",n)},onVirtualKeyboardToggle:(e,n,i)=>{t.$emit("virtual-keyboard-toggle",n,i)},onReadAloudStatus:(e,n)=>{t.$emit("read-aloud-status",n)},onKeystroke:function(e,n,i){return t.onKeystroke(n,i)},onMoveOutOf:(e,n)=>t.onMoveOutOf(n),onTabOutOf:(e,n)=>t.onTabOutOf(n)})})},methods:{perform:function(t){this.$el.mathfield.$perform(t)},hasFocus:function(){return this.$el.mathfield.$hasFocus()},focus:function(){this.$el.mathfield.$focus()},blur:function(){this.$el.mathfield.$blur()},text:function(t){return this.$el.mathfield.$text(t)},selectedText:function(t){return this.$el.mathfield.$selectedText(t)},insert:function(t,e){this.$el.mathfield.$insert(t,e)},keystroke:function(t,e){return this.$el.mathfield.$keystroke(t,e)},typedText:function(t){this.$el.mathfield.$keystroke(t)},selectionIsCollapsed:function(){return this.$el.mathfield.$selectionIsCollapsed()},selectionDepth:function(){return this.$el.mathfield.$selectionDepth()},selectionAtStart:function(){return this.$el.mathfield.$selectionAtStart()},selectionAtEnd:function(){return this.$el.mathfield.$selectionAtEnd()},select:function(){this.$el.mathfield.$select()},clearSelection:function(){this.$el.mathfield.$clearSelection()}}};export default t;
1+
export default{name:"mathlive-mathfield",template:'<div class="mathfield" :id="id"><slot></slot></div>',props:{id:{type:String,default:""},value:{type:String,default:""},config:{type:Object,default:()=>({})},onKeystroke:{type:Function,default:function(t,e){return!0}},onMoveOutOf:{type:Function,default:function(t){return!0}},onTabOutOf:{type:Function,default:function(t){return!0}}},install:function(t,e){Object.defineProperty(t.prototype,"$mathlive",{value:e}),t.component("mathlive-mathfield",this)},watch:{value:function(t,e){t!==e&&this.$el.mathfield.$latex(t,{suppressChangeNotifications:!0})},config:{deep:!0,handler:function(t){this.$el.mathfield.$setConfig(t)}}},mounted:function(){const t=this;this.$nextTick(function(){t.$mathlive.makeMathField(t.$el,{...t.config,onContentDidChange:e=>{t.$emit("input",t.$el.mathfield.$latex())},onFocus:e=>{t.$emit("focus")},onBlur:e=>{t.$emit("blur")},onContentWillChange:e=>{t.$emit("content-will-change")},onSelectionWillChange:e=>{t.$emit("selection-will-change")},onUndoStateWillChange:(e,n)=>{t.$emit("undo-state-will-change",n)},onUndoStateDidChange:(e,n)=>{t.$emit("undo-state-did-change",n)},onVirtualKeyboardToggle:(e,n,i)=>{t.$emit("virtual-keyboard-toggle",n,i)},onReadAloudStatus:(e,n)=>{t.$emit("read-aloud-status",n)},onKeystroke:function(e,n,i){return t.onKeystroke(n,i)},onMoveOutOf:(e,n)=>t.onMoveOutOf(n),onTabOutOf:(e,n)=>t.onTabOutOf(n)})})},methods:{perform:function(t){this.$el.mathfield.$perform(t)},hasFocus:function(){return this.$el.mathfield.$hasFocus()},focus:function(){this.$el.mathfield.$focus()},blur:function(){this.$el.mathfield.$blur()},text:function(t){return this.$el.mathfield.$text(t)},selectedText:function(t){return this.$el.mathfield.$selectedText(t)},insert:function(t,e){this.$el.mathfield.$insert(t,e)},keystroke:function(t,e){return this.$el.mathfield.$keystroke(t,e)},typedText:function(t){this.$el.mathfield.$keystroke(t)},selectionIsCollapsed:function(){return this.$el.mathfield.$selectionIsCollapsed()},selectionDepth:function(){return this.$el.mathfield.$selectionDepth()},selectionAtStart:function(){return this.$el.mathfield.$selectionAtStart()},selectionAtEnd:function(){return this.$el.mathfield.$selectionAtEnd()},select:function(){this.$el.mathfield.$select()},clearSelection:function(){this.$el.mathfield.$clearSelection()}}};

docs/Context.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/EditableMathlist.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>
@@ -7574,7 +7574,8 @@ <h4 class="name" id="toString">toString<span class="signature">()</span><span cl
75747574
<dt class="tag-todo">To Do:</dt>
75757575
<dd class="tag-todo">
75767576
<ul>
7577-
<li>This is a bad name for this function, since it doesn't returna representation of the content, which one might expect...</li>
7577+
<li>This is a bad name for this function, since it doesn't return
7578+
a representation of the content, which one might expect...</li>
75787579
</ul>
75797580
</dd>
75807581

docs/MathAtom.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/MathField.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/UndoManager.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>
@@ -79,7 +79,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
7979
<section class="readme">
8080
<article><h1 align="center">
8181
<a href="https://mathlive.io">
82-
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo-1024.jpg?raw=true">
82+
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo.png?raw=true">
8383
</a>
8484
</h1>
8585
<p>Welcome to MathLive, a JavaScript library to render and edit math.</p>

docs/module-addons_debug.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-addons_maston.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-addons_outputLatex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-addons_outputMathML.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_color.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_definitions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_delimiters.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_fontMetrics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_lexer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_lexer_Lexer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_lexer_Token.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_mathatom-MathAtom.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_mathatom.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_mathstyle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_mathstyle_Mathstyle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_parser.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_parser_Parser.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_span.exports.Span.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-core_span.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

docs/module-editor_editableMathlist.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
5050
}
5151
"><label for="toggle-private">Include Private Symbols</label></div></div>
5252
<footer role="contentInfo">
53-
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
53+
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.
5454

5555
</footer>
5656
</nav>

0 commit comments

Comments
 (0)