From 1d2f1645f9ae429354b2159f2272368dc17a7b8a Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Wed, 27 Dec 2023 11:54:23 +0100 Subject: [PATCH] Add info about Math.js to the FAQ --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fbb6766..4a2cb87 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,11 @@ Alt + Shift + F Format block content (works for JSON, JavaScript, HTML, C 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. + + ## Thanks! Heynote is built upon [CodeMirror](https://codemirror.net/), [Vue](https://vuejs.org/), [Electron](https://www.electronjs.org/), [Math.js](https://mathjs.org/), [Prettier](https://prettier.io/) and other great open-source projects.