Pipeline Notes

General information

To create note click “Create note” on every brick or group menu
 
notion image
Add some information at markdown. To see the result press “Preview”. Press “Save” when you finish edit.
notion image
notion image
 

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.
notion image

Full screen mode

When you press “Edit” at full screen mode, you can see markdown and result
notion image

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
  1. $$\sum_{i=10}^n a_i=0$$
  1. $$\sqrt{3}$$
  1. $$e^{x + 2}$$
  1. $$\sqrt{s(s - a)(s - b)(s - c)}$$
  1. $$\frac{{a + b}}{{c - d}}$$
  1. $$\int_{0}^{1} x^2 dx$$
  1. $$ A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}$$
      1. notion image
 
More examples in official Katex documentation: https://katex.org/docs/supported
More usages: