Skip to content

Commit

Permalink
fix: fixed arnog#969, arnog#967 Postinstall hook fails on heroku depl…
Browse files Browse the repository at this point in the history
…oyments
  • Loading branch information
arnog committed Jun 2, 2021
1 parent 6d3580b commit de67e93
Show file tree
Hide file tree
Showing 17 changed files with 4,173 additions and 7,246 deletions.
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
- MathML: improved MathML output, especially for formulas with unbalanced
delimiters

### Bug Fixes

- **#969** and **#967** Changed the way the build is done so that Mathlive does
not use MathJSON as a submodule but as a regular npm dependency, and builds
correctly even in non-git environments.
- **#968** navigating with arrow keys cannot navigate past a macro

## 0.68.0 (2021-05-31)

### Breaking Changes
Expand Down
3 changes: 2 additions & 1 deletion examples/test-cases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ <h1>MathLive Testing Playground</h1>

<math-field id=mf class="mathfield" style="font-size: 32px;max-width: 640px; width:100%"
virtual-keyboard-mode="manual">
f^{\prime\prime}(x)
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\R
<!-- f^{\prime\prime}(x) -->
<!-- x=\frac{{-b\pm\sqrt{b^2-4ac}}}{{2a}} -->
<!-- -0-0=-0(0) -->
</math-field>
Expand Down
Loading

0 comments on commit de67e93

Please sign in to comment.