Skip to content

Commit

Permalink
Dist & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Jul 18, 2019
1 parent d64485f commit 53d2766
Show file tree
Hide file tree
Showing 50 changed files with 93 additions and 60 deletions.
26 changes: 19 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,35 @@ assignees: ''

---

**Funding**
> 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).
> Issues submitted by funding partners are given higher priority.
> 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.

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
[Steps to reproduce the behavior, for example:]
1. [Go to '...']
2. [Click on '....']
3. [Scroll down to '....']
4. [See error]

**Expected behavior**
A clear and concise description of what you expected to happen.
[A clear and concise description of what you expected to happen.]

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

**Screenshots**
If applicable, add screenshots to help explain your problem.
[If applicable, add screenshots to help explain your problem.]

**Source Code**
[If applicable, provide a code sample demonstrating the issue. Use JSFiddle, CodePen or similar to provide a relevant snippet.]


**Environment**
- Device: [pc, mac, iPhone, Android...]
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
loglevel="silent"
loglevel="warn"
14 changes: 12 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Contributing to MathLive

There are many ways you can get involved with MathLive. Contributing to
an open source project is fun and rewarding.
There are many ways you can get involved with MathLive. Contributing to an open source project is fun and rewarding.

## Funding

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).

If you are using MathLive in your project, encourage the business partners in your organization to provide financial support of open source projects.

Funds go to general development, support, and infrastructure costs.

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.


## Contributing Issues

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img alt="math live" src="assets/logo-1024.jpg?raw=true">
<img alt="math live" src="assets/logo.png?raw=true">



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

* Using MathLive in your project? Want to support the project ongoing maintenance?
Consider becoming a patron on [Patreon](https://patreon.com/arnog) or making a
donation with [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CCB2LY5M6SM5W&source=url)
donation with [PayPal](https://www.paypal.me/arnogourdol)
* Something wrong? Got ideas for new features? Write up an issue. Read about
[Contributing](CONTRIBUTING.md) and follow our [Code of Conduct](CODE_OF_CONDUCT.md)
* Want to use MathLive in your web page? The [Usage Guide](tutorials/USAGE_GUIDE.md)
Expand Down
2 changes: 1 addition & 1 deletion WELCOME.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://mathlive.io">
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo-1024.jpg?raw=true">
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo.png?raw=true">
</a>
</h1>

Expand Down
Binary file removed assets/logo-1024.jpg
Binary file not shown.
Binary file removed assets/logo-240.jpg
Binary file not shown.
Binary file removed assets/logo-240.png
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/mathlive.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-mathlive.mjs
Original file line number Diff line number Diff line change
@@ -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;
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()}}};
2 changes: 1 addition & 1 deletion docs/Context.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
5 changes: 3 additions & 2 deletions docs/EditableMathlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/MathAtom.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/MathField.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/UndoManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
<section class="readme">
<article><h1 align="center">
<a href="https://mathlive.io">
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo-1024.jpg?raw=true">
<img style="max-width:100%" src="https://github.com/arnog/mathlive/blob/master/assets/logo.png?raw=true">
</a>
</h1>
<p>Welcome to MathLive, a JavaScript library to render and edit math.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-addons_debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-addons_maston.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-addons_outputLatex.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-addons_outputMathML.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_color.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_delimiters.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_fontMetrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_lexer.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_lexer_Lexer.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_lexer_Token.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_mathatom-MathAtom.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_mathatom.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_mathstyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_mathstyle_Mathstyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_parser_Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_span.exports.Span.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-core_span.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-editor_editableMathlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3 class="group-title home"><a href="index.html">MathLive Docs</a></h3><input c
}
"><label for="toggle-private">Include Private Symbols</label></div></div>
<footer role="contentInfo">
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a>.
Made with <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.2</a>.

</footer>
</nav>
Expand Down
Loading

0 comments on commit 53d2766

Please sign in to comment.