First article:learn use Markdown syntax create new page!
## Heading Type
Use different # can create Html element such as <h1>-<h6>.
H1
H3
Paragraph
This is a paragraph!
This is another paragraph!!
Blockquotes
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.
Blockquote without attribution
some code or source. Note that you can use Markdown syntax within a blockquote.
Blockquote with attribution
Don’t communicate by sharing memory, share memory by communicating. — Rob Pike1
let a = 1, b = 2; console.log(a + b);
- gelu2
Table
continue…