Inline latex rendering for math equations.
This project is based on Penguinlay and evertheylen projects.
Here I tried a different approach and render every block that is not receiving input (normally it will only be one).
-
On the right upper corner of chrome's window click on Violentmonkey's icon
-
Paste the following link
https://greasyfork.org/scripts/398453-notion-inline-math-equations/code/notion-inline-math-equations.user.js
and clickOk
-
Finnaly, click on
Confirm Installation
(upper right). You can now close that tab and everything is set!
- You do not need any 'normal' /math block on your page for the rendering to work
- When you want to add some equation in inline mode do it just like in latex:
$E=mc^2$
- If you want to add an equation in display mode do:
$$E=mc^2$$
Note: The current block receiving input will not be rendered.