This is a heading 1

This is a heading 2

This is a heading 3

This is a heading 4

This is a heading 5
This is a heading 6

Normal paragraph

bold
italic
strikethrough
highlight
bold and italic
bold and nested italic

Unsplash

Unsplash|300x145

Unsplash|100

quote

nested quote


  • First list item
    • Nested list item
  • Second list item
  • Third list item

  1. First list item
    1. Nested list item
  2. Second list item
  3. Third list item

  • This is a completed task.
  • This is an incomplete task.
    • Nested task
  • See more at Alternate Checkboxes

Text inside backticks on a line will be formatted like code.

Three backticks or three tildes (~)
	indented

js formatting

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
 

You can add footnotes to your notes using the following syntax:

This is a simple footnote1. 2 3

This is a simple footnote[^1].
 
[^1]: This is the referenced text.
[^2]: Add 2 spaces at the start of each new line.
  This lets you write footnotes that span multiple lines.
[^note]: Named footnotes still appear as numbers, but can make it easier to identify and link references.

You can also inline footnotes in a sentence. ^[This is an inline footnote.] Note that the caret goes outside the brackets.

You can also use inline footnotes. ^[This is an inline footnote.]

Note

Inline footnotes only work in reading view, not in Live Preview.

This is an  comment.
 
 

This is an comment.

First nameLast name
MaxPlanck
MarieCurie
Internal link
Unsplash|100
Left-aligned text | Center-aligned text | Right-aligned text
:-- | :--: | --:
Content | Content | Content
Left-aligned textCenter-aligned textRight-aligned text
ContentContentContent

To add a Mermaid diagram, create a mermaid code block.

```mermaid
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!
```
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!

Footnotes

  1. This is the referenced text.

  2. Add 2 spaces at the start of each new line.
    This lets you write footnotes that span multiple lines.

  3. Named footnotes still appear as numbers, but can make it easier to identify and link references.