Hello
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
We use GitHub site, and his name is Octcat😉
I love
Code
!
sdfsdfsdfsd
let a = 1;
let b = 2;
let c = a + b;
console.log(c);
- First item
- Second item
- Third item
- First ordered list item
- Another item
- Another item
Tips for collapsed sections
You can add text within a collapsed section.
You can add an image or a code block, too.
console.log("Hello World");
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
The Gamma function satisfying
graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D