General information
To create note click “Create note” on every brick or group menu
Add some information at markdown. To see the result press “Preview”. Press “Save” when you finish edit.
Full screen mode
Press “Note list” icon to see list of comment at pipeline. If brick inside “Pipeline” of “For loop” bricks you will see this in list they will be separated.
Full screen mode
When you press “Edit” at full screen mode, you can see markdown and result
Images
For adding images use:
![Description](https://)
https:// - is your link for images
For changing size of the images add to the add:
![Description](https://)
{{{width=
"300" height="auto"}}}
Add Formulas
The editor uses Katex, so you can use the markdown to describe the formula
Here are a few examples:
All formulas must be written from a new line
- $$\sum_{i=10}^n a_i=0$$
- $$\sqrt{3}$$
- $$e^{x + 2}$$
- $$\sqrt{s(s - a)(s - b)(s - c)}$$
- $$\frac{{a + b}}{{c - d}}$$
- $$\int_{0}^{1} x^2 dx$$
- $$ A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}$$
More examples in official Katex documentation:
https://katex.org/docs/supported
More usages: