mirror of
https://github.com/heyman/heynote.git
synced 2025-02-16 10:19:55 +01:00
Explicitly document that Math blocks use math.js expressions (#143)
* Explicitly document that Math blocks use math.js expressions * Links to general docs instead of reference docs * Adds explicit link to docs about expression syntax
This commit is contained in:
parent
ff7323ed63
commit
bb7c4168da
@ -129,7 +129,7 @@ Alt Show menu
|
||||
|
||||
### Can Math blocks do X?
|
||||
|
||||
Heynote's Math blocks are powered by [Math.js](https://mathjs.org/). Checkout their [documentation](https://mathjs.org/docs/reference/index.html) to see what [functions](https://mathjs.org/docs/reference/functions.html) and [constants](https://mathjs.org/docs/reference/constants.html) are available.
|
||||
Heynote's Math blocks are powered by [Math.js expressions](https://mathjs.org/docs/expressions). Checkout their [documentation](https://mathjs.org/docs/) to see what [syntax](https://mathjs.org/docs/expressions/syntax.html), [functions](https://mathjs.org/docs/reference/functions.html), and [constants](https://mathjs.org/docs/reference/constants.html) are available.
|
||||
|
||||
|
||||
## Thanks!
|
||||
|
Loading…
Reference in New Issue
Block a user