link
[[link]]

Internal Link
file#heading
[[##]] can be used to search for heading in vault

^06f6e9
[note#^block] the block identifier will be generated automatically

[text]‘(link)
[text](link)

Using %20 in place of blank space or wrapping URL with < >

Checkbox

  • - [ ]

Quotes

A simple Quote - Me

> x \-a

Callout Blocks

Custom Title

A callout block

>[!tag] Custom Title (optional)
> 
>A Callout Block Body (optional)
>[!info]- Foldable Callout (with + default unfolded)
> 
>A callout block

Can callouts be nested?

Yes!, they can.

You can even use multiple layers of nesting.

> [!question] Can callouts be nested?
> 
> > [!todo] Yes!, they can.
> > > [!example]  You can even use multiple layers of nesting.

custom callouts

Callout Types

Abstract/summary/tldr

Info

Todo

Tip/hint/important

Success/check/done

Question/help/faq

Warning/caution/attention

failure/fail/missing

Danger/error

Bug

example

Quote

Separator


---
----
****
***
- - -

Text

Bold
**x** / __x__

Italic
*x* / _x_

Strikethrough
~~x~~

highlight
==x==

Bold, nested italic
**x _x_*

Bold Italic
***x*** / ___x___

Code

x

x
x
One line
`x`


Multiline
\```<language>
x
x
\```

List of supported languages

Images

![title](imaeURL)
![title|heigthxwidth](imaeURL)