Headers


# h1
## h2
### h3
#### h4
##### h5
###### h6

Blockquotes


> This is
> a blockquote
>
> > Nested
> > Blockquote

Sample:

This is a blockquote

NestednBlockquote

Unordered List


* Item 1
* Item 2
    * item 3a
    * item 3b

or

- Item 1
- Item 2

or

+ Item 1
+ Item 2

Checkbox


- [ ] Checkbox off
- [x] Checkbox on

Ordered List


1. Item 1
2. Item 2
    a. item 3a
    b. item 3b
 

Emphasis


*italic*
_italic_
**bold**
__bold__
`inline code`
~~struck out~~
==Highlight==

Links


[link](http://google.com)
 
[link][google]
[google]: http://google.com
 
<http://google.com>
 
[[link]]

Horizontal Lines


---
___
***

Code


```javascript
console.log("This is a codeblock")
```

or

~~~css
.button { border: none; }
~~~

Tables

 
| Left column | Center column | Standard column| Right column |
|:------------|:-------------:| -------------- |-------------:|
| Cell 1      |   Centered    | abc            |         1600 |
| Cell 2      |    Cell 3     | 123            |           12 |

Images

![GitHub Logo](/images/logo.png)
![Alt Text](url)
![url]

Images with link:

[![GitHub Logo](/images/logo.png)](https://github.com/)
[![Alt Text](image_url)](link_url)

Callout

> [!NOTE] Title
> 
> Contents

Sample:

Title

Contents

Obsidian


Markmap (Obsidian Plugin)

# a
# b