Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.43 KB

showcase.md

File metadata and controls

74 lines (50 loc) · 1.43 KB

Lorem ipsum

What is Lorem Ipsum?

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😉

octcat

I love Code !

sdfsdfsdfsd

let a = 1;
let b = 2;
let c = a + b;
console.log(c);
  • First item
  • Second item
  • Third item
  1. First ordered list item
  2. Another item
  3. Another item

GitHub Flavored Markdown

Tips for collapsed sections

You can add a header

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

MathJax

The Gamma function satisfying $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ is via the Euler integral

$$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt,. $$

Mermaid

graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D
Loading