Content 1.1
Content 1.2
Note:
This will only display in the notes window.
- unordered
- list
- with
code
- with bold text
Notes:
- some other points only
- in the nodes
- List
- with
code
- with bold text
Content 2.1
Content 3.1
Content 3.2
var i = 10;
for (var j = 0; j < i; j++) {
Console.WriteLine($"{j}");
}
%%{init: {'theme': 'neutral'}}%%
flowchart LR
a --> b & c--> d
{line-numbers="1-2|3|4"}
let a = 1;
let b = 2;
let c = x => 1 + 2 + x;
c(3);