Skip to content

Commit

Permalink
chore: docs, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Apr 8, 2022
1 parent 6fc8564 commit be7da6f
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 317 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

- **#1415** Atoms inside parentheses are now considered as implicit arguments,
for example when inserting a fraction.
- **#1389** Keyboard navigation inside tabular data (matrices, etc...)
- **#1387** A matrix with an empty cell would result in error messages in the
console in some cases

### Bug Fixes

## 0.70.0 (2022-04-05)

Expand Down
7 changes: 2 additions & 5 deletions examples/test-cases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,8 @@ <h1>MathLive Testing Playground</h1>
style="font-size: 32px; max-width: 640px; width: 100%"
virtual-keyboard-mode="manual"
>
<!-- \begin{bmatrix}
{\placeholder{}} &{\placeholder{}} \\
{\placeholder{}} &{\placeholder{}} \\
{\placeholder{}} &{\placeholder{}}
\end{bmatrix} -->
\begin{bmatrix} {\placeholder{}} &{\placeholder{}} \\ {\placeholder{}}
&{\placeholder{}} \\ {\placeholder{}} &{\placeholder{}} \end{bmatrix}
<!-- x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} -->
<!-- \smolfrac{1}{2} -->
<!-- f^{\prime\prime}(x) -->
Expand Down
Loading

0 comments on commit be7da6f

Please sign in to comment.